Enum Sof
pub enum Sof {
_0 = 0,
_1 = 1,
}Expand description
Start Of Frame
Value on reset: 0
Variants§
_0 = 0
0: Indicates this is not the first data word since a (repeated) START or STOP condition.
_1 = 1
1: Indicates this is the first data word since a (repeated) START or STOP condition.
Trait Implementations§
impl Copy for Sof
impl Eq for Sof
impl StructuralPartialEq for Sof
Auto Trait Implementations§
impl Freeze for Sof
impl RefUnwindSafe for Sof
impl Send for Sof
impl Sync for Sof
impl Unpin for Sof
impl UnwindSafe for Sof
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