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