#[repr(C)]
pub struct LoadedImage<'a> {
pub revision: u32,
pub parent_handle: Handle,
pub system_table: *const SystemTable<'a>,
pub device_handle: Handle,
pub load_options_size: u32,
pub load_options: *const c_void,
pub image_base: *mut c_void,
pub image_size: u64,
pub image_code_type: MemoryType,
pub image_data_type: MemoryType,
pub unload: unsafe extern "C" fn(handle: Handle) -> Status,
/* private fields */
}
§parent_handle: Handle
§device_handle: Handle
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.