#[repr(u8)]pub enum Txf {
MASKED = 0,
UNMASKED = 1,
}Variants§
MASKED = 0
The corresponding interrupt source is masked.
UNMASKED = 1
The corresponding interrupt source is not masked.
Implementations§
Trait Implementations§
Source§impl Ord for Txf
impl Ord for Txf
Source§impl PartialOrd for Txf
impl PartialOrd for Txf
impl Copy for Txf
impl Eq for Txf
impl StructuralPartialEq for Txf
Auto Trait Implementations§
impl Freeze for Txf
impl RefUnwindSafe for Txf
impl Send for Txf
impl Sync for Txf
impl Unpin for Txf
impl UnwindSafe for Txf
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