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