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