#[repr(C)]pub struct RegisterBlock {
pub cks_config: CKS_CONFIG,
pub data_in: DATA_IN,
pub cks_out: CKS_OUT,
}Expand description
Register block
Fields§
§cks_config: CKS_CONFIG0x00 - cks_config.
data_in: DATA_IN0x04 - Checksum data in
cks_out: CKS_OUT0x08 - Checksum value out
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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