Struct sgx_rsrvmm::map::Nothing
source · pub struct Nothing;
Trait Implementations§
source§impl Map for Nothing
impl Map for Nothing
impl Copy for Nothing
Auto Trait Implementations§
impl RefUnwindSafe for Nothing
impl Send for Nothing
impl Sync for Nothing
impl Unpin for Nothing
impl UnwindSafe for Nothing
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