pub enum NOSTRETCH_A {
Enabled = 0,
Disabled = 1,
}
Expand description
Clock stretching disable (Slave mode)
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for NOSTRETCH_A
impl Clone for NOSTRETCH_A
Source§fn clone(&self) -> NOSTRETCH_A
fn clone(&self) -> NOSTRETCH_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NOSTRETCH_A
impl Debug for NOSTRETCH_A
Source§impl PartialEq for NOSTRETCH_A
impl PartialEq for NOSTRETCH_A
impl Copy for NOSTRETCH_A
impl StructuralPartialEq for NOSTRETCH_A
Auto Trait Implementations§
impl Freeze for NOSTRETCH_A
impl RefUnwindSafe for NOSTRETCH_A
impl Send for NOSTRETCH_A
impl Sync for NOSTRETCH_A
impl Unpin for NOSTRETCH_A
impl UnwindSafe for NOSTRETCH_A
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