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