#[repr(C)]pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn databufptr(&self) -> &Databufptr
pub const fn databufptr(&self) -> &Databufptr
0x08 - Data buffer pointer
Sourcepub fn keyword_iter(&self) -> impl Iterator<Item = &Keyword>
pub fn keyword_iter(&self) -> impl Iterator<Item = &Keyword>
Iterator for array of: 0x0c..0x2c - Keyword n
Sourcepub fn intvectv_iter(&self) -> impl Iterator<Item = &Intvectv>
pub fn intvectv_iter(&self) -> impl Iterator<Item = &Intvectv>
Iterator for array of: 0x3c..0x4c - Initialisation Vector n
Sourcepub fn hashkey_iter(&self) -> impl Iterator<Item = &Hashkey>
pub fn hashkey_iter(&self) -> impl Iterator<Item = &Hashkey>
Iterator for array of: 0x5c..0x6c - Hash key n
Sourcepub fn ghash_iter(&self) -> impl Iterator<Item = &Ghash>
pub fn ghash_iter(&self) -> impl Iterator<Item = &Ghash>
Iterator for array of: 0x6c..0x7c - Galois Hash n
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