Struct I2c2i2s1sel
#[repr(transparent)]pub struct I2c2i2s1sel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Clone for I2c2i2s1sel
impl Clone for I2c2i2s1sel
§fn clone(&self) -> I2c2i2s1sel
fn clone(&self) -> I2c2i2s1sel
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for I2c2i2s1sel
impl Ord for I2c2i2s1sel
§impl PartialEq for I2c2i2s1sel
impl PartialEq for I2c2i2s1sel
§impl PartialOrd for I2c2i2s1sel
impl PartialOrd for I2c2i2s1sel
impl Copy for I2c2i2s1sel
impl Eq for I2c2i2s1sel
impl StructuralPartialEq for I2c2i2s1sel
Auto Trait Implementations§
impl Freeze for I2c2i2s1sel
impl RefUnwindSafe for I2c2i2s1sel
impl Send for I2c2i2s1sel
impl Sync for I2c2i2s1sel
impl Unpin for I2c2i2s1sel
impl UnwindSafe for I2c2i2s1sel
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