pub enum ONEBITW {
SAMPLE3,
SAMPLE1,
}
Expand description
Values that can be written to the field ONEBIT
Variants§
Auto Trait Implementations§
impl Freeze for ONEBITW
impl RefUnwindSafe for ONEBITW
impl Send for ONEBITW
impl Sync for ONEBITW
impl Unpin for ONEBITW
impl UnwindSafe for ONEBITW
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