pub struct AtcaIfaceI2c { /* private fields */ }
Expand description
ATECC I2C interface details
Implementations§
Source§impl AtcaIfaceI2c
impl AtcaIfaceI2c
pub fn set_slave_address(self, slave_address: u8) -> AtcaIfaceI2c
pub fn set_bus(self, bus: u8) -> AtcaIfaceI2c
pub fn set_baud(self, baud: u32) -> AtcaIfaceI2c
Trait Implementations§
Source§impl Clone for AtcaIfaceI2c
impl Clone for AtcaIfaceI2c
Source§fn clone(&self) -> AtcaIfaceI2c
fn clone(&self) -> AtcaIfaceI2c
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 Default for AtcaIfaceI2c
impl Default for AtcaIfaceI2c
Source§fn default() -> AtcaIfaceI2c
fn default() -> AtcaIfaceI2c
Returns the “default value” for a type. Read more
impl Copy for AtcaIfaceI2c
Auto Trait Implementations§
impl Freeze for AtcaIfaceI2c
impl RefUnwindSafe for AtcaIfaceI2c
impl Send for AtcaIfaceI2c
impl Sync for AtcaIfaceI2c
impl Unpin for AtcaIfaceI2c
impl UnwindSafe for AtcaIfaceI2c
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