#[repr(C)]pub enum image_type {
B_APP_IMAGE = 1,
B_LIBRARY_IMAGE = 2,
B_ADD_ON_IMAGE = 3,
B_SYSTEM_IMAGE = 4,
}
Variants§
Trait Implementations§
Source§impl PartialEq for image_type
impl PartialEq for image_type
impl StructuralPartialEq for image_type
Auto Trait Implementations§
impl Freeze for image_type
impl RefUnwindSafe for image_type
impl Send for image_type
impl Sync for image_type
impl Unpin for image_type
impl UnwindSafe for image_type
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