#[repr(u8)]pub enum WrAll1s {
USE_WDATA = 0,
USE_ALL1S = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for WrAll1s
impl Ord for WrAll1s
Source§impl PartialOrd for WrAll1s
impl PartialOrd for WrAll1s
impl Copy for WrAll1s
impl Eq for WrAll1s
impl StructuralPartialEq for WrAll1s
Auto Trait Implementations§
impl Freeze for WrAll1s
impl RefUnwindSafe for WrAll1s
impl Send for WrAll1s
impl Sync for WrAll1s
impl Unpin for WrAll1s
impl UnwindSafe for WrAll1s
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