Struct I2c1235sel
#[repr(transparent)]pub struct I2c1235sel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Clone for I2c1235sel
impl Clone for I2c1235sel
§fn clone(&self) -> I2c1235sel
fn clone(&self) -> I2c1235sel
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 I2c1235sel
impl Ord for I2c1235sel
§impl PartialEq for I2c1235sel
impl PartialEq for I2c1235sel
§impl PartialOrd for I2c1235sel
impl PartialOrd for I2c1235sel
impl Copy for I2c1235sel
impl Eq for I2c1235sel
impl StructuralPartialEq for I2c1235sel
Auto Trait Implementations§
impl Freeze for I2c1235sel
impl RefUnwindSafe for I2c1235sel
impl Send for I2c1235sel
impl Sync for I2c1235sel
impl Unpin for I2c1235sel
impl UnwindSafe for I2c1235sel
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