#[repr(u8)]pub enum RedSigs {
RED_SIGS_NOERR = 0,
RED_SIGS_ERR = 1,
}Variants§
RED_SIGS_NOERR = 0
No redundant signal error/fault.
RED_SIGS_ERR = 1
Redundant signal error/fault detected.
Implementations§
Trait Implementations§
Source§impl Ord for RedSigs
impl Ord for RedSigs
Source§impl PartialOrd for RedSigs
impl PartialOrd for RedSigs
impl Copy for RedSigs
impl Eq for RedSigs
impl StructuralPartialEq for RedSigs
Auto Trait Implementations§
impl Freeze for RedSigs
impl RefUnwindSafe for RedSigs
impl Send for RedSigs
impl Sync for RedSigs
impl Unpin for RedSigs
impl UnwindSafe for RedSigs
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