pub enum STBITERR_A {
Detected = 0,
NotDetected = 1,
}
Expand description
Start bit not detected on all data signals in wide bus mode
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for STBITERR_A
impl Clone for STBITERR_A
Source§fn clone(&self) -> STBITERR_A
fn clone(&self) -> STBITERR_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 STBITERR_A
impl Debug for STBITERR_A
Source§impl PartialEq for STBITERR_A
impl PartialEq for STBITERR_A
impl Copy for STBITERR_A
impl StructuralPartialEq for STBITERR_A
Auto Trait Implementations§
impl Freeze for STBITERR_A
impl RefUnwindSafe for STBITERR_A
impl Send for STBITERR_A
impl Sync for STBITERR_A
impl Unpin for STBITERR_A
impl UnwindSafe for STBITERR_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