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