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