Enum Nce
pub enum Nce {
_0 = 0,
}Expand description
NBYTES/CITER Configuration Error
Value on reset: 0
Variants§
_0 = 0
0: No NBYTES/CITER configuration error
Trait Implementations§
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