pub struct BlockIo2Hook { /* private fields */ }Expand description
Saved state for a single hooked EFI_BLOCK_IO2_PROTOCOL instance.
Implementations§
Auto Trait Implementations§
impl Freeze for BlockIo2Hook
impl RefUnwindSafe for BlockIo2Hook
impl Send for BlockIo2Hook
impl Sync for BlockIo2Hook
impl Unpin for BlockIo2Hook
impl UnsafeUnpin for BlockIo2Hook
impl UnwindSafe for BlockIo2Hook
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