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