pub union AtcaIface {
pub atcai2c: AtcaIfaceI2c,
}
Expand description
ATECC interface
Fields§
§atcai2c: AtcaIfaceI2c
ATECC I2C interface settings
Implementations§
Source§impl AtcaIface
impl AtcaIface
pub fn set_atcai2c(self, atcai2c: AtcaIfaceI2c) -> AtcaIface
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtcaIface
impl RefUnwindSafe for AtcaIface
impl Send for AtcaIface
impl Sync for AtcaIface
impl Unpin for AtcaIface
impl UnwindSafe for AtcaIface
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