#[repr(u32)]pub enum Arrayed {
False = 0,
True = 1,
}
Expand description
Whether the image uses arrayed content.
Variants§
Trait Implementations§
source§impl PartialEq for Arrayed
impl PartialEq for Arrayed
impl Copy for Arrayed
impl Eq for Arrayed
impl StructuralPartialEq for Arrayed
Auto Trait Implementations§
impl Freeze for Arrayed
impl RefUnwindSafe for Arrayed
impl Send for Arrayed
impl Sync for Arrayed
impl Unpin for Arrayed
impl UnwindSafe for Arrayed
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more