#[repr(u8)]pub enum Sabirq {
SABIRQ0 = 0,
SABIRQ1 = 1,
}Variants§
SABIRQ0 = 0
No simultaneous change of PHASEA and PHASEB has occurred
SABIRQ1 = 1
A simultaneous change of PHASEA and PHASEB has occurred
Implementations§
Trait Implementations§
Source§impl Ord for Sabirq
impl Ord for Sabirq
Source§impl PartialOrd for Sabirq
impl PartialOrd for Sabirq
impl Copy for Sabirq
impl Eq for Sabirq
impl StructuralPartialEq for Sabirq
Auto Trait Implementations§
impl Freeze for Sabirq
impl RefUnwindSafe for Sabirq
impl Send for Sabirq
impl Sync for Sabirq
impl Unpin for Sabirq
impl UnwindSafe for Sabirq
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