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