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