pub enum ImmByte {
Bit8,
Bit16,
Bit32,
Bit64,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImmByte
impl RefUnwindSafe for ImmByte
impl Send for ImmByte
impl Sync for ImmByte
impl Unpin for ImmByte
impl UnsafeUnpin for ImmByte
impl UnwindSafe for ImmByte
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