pub struct AtcaSlotCapacity {
pub blocks: u8,
pub last_block_bytes: u8,
pub bytes: u16,
}
Expand description
An ATECC slot capacity
Fields§
§blocks: u8
§last_block_bytes: u8
§bytes: u16
Trait Implementations§
Source§impl Clone for AtcaSlotCapacity
impl Clone for AtcaSlotCapacity
Source§fn clone(&self) -> AtcaSlotCapacity
fn clone(&self) -> AtcaSlotCapacity
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 AtcaSlotCapacity
impl Debug for AtcaSlotCapacity
Source§impl Default for AtcaSlotCapacity
impl Default for AtcaSlotCapacity
Source§fn default() -> AtcaSlotCapacity
fn default() -> AtcaSlotCapacity
Returns the “default value” for a type. Read more
impl Copy for AtcaSlotCapacity
Auto Trait Implementations§
impl Freeze for AtcaSlotCapacity
impl RefUnwindSafe for AtcaSlotCapacity
impl Send for AtcaSlotCapacity
impl Sync for AtcaSlotCapacity
impl Unpin for AtcaSlotCapacity
impl UnwindSafe for AtcaSlotCapacity
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