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