#[repr(C)]pub struct LoadedImageProtocol {}Fields§
§revision: u32§parent_handle: *mut ()§system_table: *mut ()§device_handle: *mut ()§file_path: *mut ()§_reserved: *mut ()§load_options_size: u32§load_options: *mut ()§image_base: *mut ()§image_size: u64§image_code_type: u32§image_data_type: u32§unload: usizeAuto Trait Implementations§
impl Freeze for LoadedImageProtocol
impl RefUnwindSafe for LoadedImageProtocol
impl !Send for LoadedImageProtocol
impl !Sync for LoadedImageProtocol
impl Unpin for LoadedImageProtocol
impl UnwindSafe for LoadedImageProtocol
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