#[repr(C)]pub enum I2C_MasterFlag {
NONE = 128,
START = 2,
Repeated_START = 3,
STOP = 4,
START_AND_STOP = 6,
}Variants§
Trait Implementations§
Source§impl Clone for I2C_MasterFlag
impl Clone for I2C_MasterFlag
Source§fn clone(&self) -> I2C_MasterFlag
fn clone(&self) -> I2C_MasterFlag
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 I2C_MasterFlag
impl Debug for I2C_MasterFlag
Source§impl PartialEq for I2C_MasterFlag
impl PartialEq for I2C_MasterFlag
impl Copy for I2C_MasterFlag
impl Eq for I2C_MasterFlag
impl StructuralPartialEq for I2C_MasterFlag
Auto Trait Implementations§
impl Freeze for I2C_MasterFlag
impl RefUnwindSafe for I2C_MasterFlag
impl Send for I2C_MasterFlag
impl Sync for I2C_MasterFlag
impl Unpin for I2C_MasterFlag
impl UnwindSafe for I2C_MasterFlag
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