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