pub struct Efiapi;Expand description
Marker type representing the efiapi calling convention.
Trait Implementations§
impl Copy for Efiapi
Auto Trait Implementations§
impl Freeze for Efiapi
impl RefUnwindSafe for Efiapi
impl Send for Efiapi
impl Sync for Efiapi
impl Unpin for Efiapi
impl UnwindSafe for Efiapi
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