#[repr(C)]struct LoadedImageProtocol {
revision: u32,
parent_handle: *mut c_void,
system_table: *mut c_void,
device_handle: *mut c_void,
}Fields§
§revision: u32§parent_handle: *mut c_void§system_table: *mut c_void§device_handle: *mut c_voidAuto 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