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