#[repr(u8)]pub enum Sircerr {
ERROR_NOT_DETECTED = 0,
ERROR_DETECTED = 1,
}Variants§
ERROR_NOT_DETECTED = 0
Error not detected with the SIRC trimming
ERROR_DETECTED = 1
Error detected with the SIRC trimming
Implementations§
Trait Implementations§
Source§impl Ord for Sircerr
impl Ord for Sircerr
Source§impl PartialOrd for Sircerr
impl PartialOrd for Sircerr
impl Copy for Sircerr
impl Eq for Sircerr
impl StructuralPartialEq for Sircerr
Auto Trait Implementations§
impl Freeze for Sircerr
impl RefUnwindSafe for Sircerr
impl Send for Sircerr
impl Sync for Sircerr
impl Unpin for Sircerr
impl UnwindSafe for Sircerr
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