pub struct GCMPH_R(/* private fields */);
Expand description
Field GCMPH
reader - Used only for GCM, CCM and GMAC algorithms and has no effect when other algorithms are selected
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GCMPH_R
impl RefUnwindSafe for GCMPH_R
impl Send for GCMPH_R
impl Sync for GCMPH_R
impl Unpin for GCMPH_R
impl UnwindSafe for GCMPH_R
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