#[repr(u8)]pub enum Csnen {
ENABLED = 0,
DISABLED = 1,
}Variants§
ENABLED = 0
Delay chain is reset on active edge of CSN
DISABLED = 1
Delay chain is not reset on active edge of CSN
Implementations§
Trait Implementations§
Source§impl Ord for Csnen
impl Ord for Csnen
Source§impl PartialOrd for Csnen
impl PartialOrd for Csnen
impl Copy for Csnen
impl Eq for Csnen
impl StructuralPartialEq for Csnen
Auto Trait Implementations§
impl Freeze for Csnen
impl RefUnwindSafe for Csnen
impl Send for Csnen
impl Sync for Csnen
impl Unpin for Csnen
impl UnwindSafe for Csnen
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)