#[repr(u8)]pub enum Nce {
NO_ERROR = 0,
CONFIGURATION_ERROR = 1,
}Variants§
NO_ERROR = 0
No NBYTES/CITER configuration error
CONFIGURATION_ERROR = 1
The last recorded error was NBYTES equal to zero or a CITER not equal to BITER error
Implementations§
Trait Implementations§
Source§impl Ord for Nce
impl Ord for Nce
Source§impl PartialOrd for Nce
impl PartialOrd for Nce
impl Copy for Nce
impl Eq for Nce
impl StructuralPartialEq for Nce
Auto Trait Implementations§
impl Freeze for Nce
impl RefUnwindSafe for Nce
impl Send for Nce
impl Sync for Nce
impl Unpin for Nce
impl UnwindSafe for Nce
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