#[repr(transparent)]pub struct Tcbcnt(pub u32);Expand description
Transferred CIU Card Byte Count register
Tuple Fields§
§0: u32Implementations§
Source§impl Tcbcnt
impl Tcbcnt
Sourcepub const fn trans_card_byte_count(&self) -> u32
pub const fn trans_card_byte_count(&self) -> u32
Number of bytes transferred by CIU unit to card.
Sourcepub const fn set_trans_card_byte_count(&mut self, val: u32)
pub const fn set_trans_card_byte_count(&mut self, val: u32)
Number of bytes transferred by CIU unit to card.
Trait Implementations§
impl Copy for Tcbcnt
impl Eq for Tcbcnt
impl StructuralPartialEq for Tcbcnt
Auto Trait Implementations§
impl Freeze for Tcbcnt
impl RefUnwindSafe for Tcbcnt
impl Send for Tcbcnt
impl Sync for Tcbcnt
impl Unpin for Tcbcnt
impl UnwindSafe for Tcbcnt
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