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