pub struct Efiapi;Expand description
Marker type representing the efiapi calling convention.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Efiapi
impl RefUnwindSafe for Efiapi
impl Send for Efiapi
impl Sync for Efiapi
impl Unpin for Efiapi
impl UnsafeUnpin for Efiapi
impl UnwindSafe for Efiapi
Blanket Implementations§
impl<T> Any for Twhere
T: ?Sized,
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