pub enum OnOffUnmap {
On,
Off,
Unmap,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OnOffUnmap
impl RefUnwindSafe for OnOffUnmap
impl Send for OnOffUnmap
impl Sync for OnOffUnmap
impl Unpin for OnOffUnmap
impl UnwindSafe for OnOffUnmap
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