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