pub enum NoBits {
N32,
N64,
}Variants§
Trait Implementations§
impl Copy for NoBits
impl Eq for NoBits
impl StructuralPartialEq for NoBits
Auto Trait Implementations§
impl Freeze for NoBits
impl RefUnwindSafe for NoBits
impl Send for NoBits
impl Sync for NoBits
impl Unpin for NoBits
impl UnwindSafe for NoBits
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