Enum Rsf
pub enum Rsf {
_0 = 0,
_1 = 1,
}Expand description
Repeated Start Flag
Value on reset: 0
Variants§
_0 = 0
0: Slave has not detected a Repeated START condition.
_1 = 1
1: Slave has detected a Repeated START condition.
Trait Implementations§
impl Copy for Rsf
impl Eq for Rsf
impl StructuralPartialEq for Rsf
Auto Trait Implementations§
impl Freeze for Rsf
impl RefUnwindSafe for Rsf
impl Send for Rsf
impl Sync for Rsf
impl Unpin for Rsf
impl UnwindSafe for Rsf
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