pub struct LoadedImage { /* private fields */ }Expand description
Represents an EFI_LOADED_IMAGE_PROTOCOL.
Implementations§
Auto Trait Implementations§
impl !Send for LoadedImage
impl !Sync for LoadedImage
impl Freeze for LoadedImage
impl RefUnwindSafe for LoadedImage
impl Unpin for LoadedImage
impl UnsafeUnpin for LoadedImage
impl UnwindSafe for LoadedImage
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