#[repr(C)]pub struct image_info {Show 15 fields
pub id: image_id,
pub image_type: image_type,
pub sequence: i32,
pub init_order: i32,
pub init_routine: *const c_void,
pub term_routine: *const c_void,
pub device: dev_t,
pub node: ino_t,
pub name: [c_char; 4096],
pub text: *const c_void,
pub data: *const c_void,
pub text_size: i32,
pub data_size: i32,
pub api_version: i32,
pub abi: i32,
}
Fields§
§id: image_id
§image_type: image_type
§sequence: i32
§init_order: i32
§init_routine: *const c_void
§term_routine: *const c_void
§device: dev_t
§node: ino_t
§name: [c_char; 4096]
§text: *const c_void
§data: *const c_void
§text_size: i32
§data_size: i32
§api_version: i32
§abi: i32
Auto Trait Implementations§
impl Freeze for image_info
impl RefUnwindSafe for image_info
impl !Send for image_info
impl !Sync for image_info
impl Unpin for image_info
impl UnwindSafe for image_info
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