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