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