#[repr(transparent)]pub struct ChachaDebug(pub u32);
Expand description
Debug register for the CHACHA engine
Tuple Fields§
§0: u32
Implementations§
Source§impl ChachaDebug
impl ChachaDebug
Trait Implementations§
Source§impl Clone for ChachaDebug
impl Clone for ChachaDebug
Source§fn clone(&self) -> ChachaDebug
fn clone(&self) -> ChachaDebug
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ChachaDebug
impl Debug for ChachaDebug
Source§impl Default for ChachaDebug
impl Default for ChachaDebug
Source§fn default() -> ChachaDebug
fn default() -> ChachaDebug
Returns the “default value” for a type. Read more
Source§impl PartialEq for ChachaDebug
impl PartialEq for ChachaDebug
impl Copy for ChachaDebug
impl Eq for ChachaDebug
impl StructuralPartialEq for ChachaDebug
Auto Trait Implementations§
impl Freeze for ChachaDebug
impl RefUnwindSafe for ChachaDebug
impl Send for ChachaDebug
impl Sync for ChachaDebug
impl Unpin for ChachaDebug
impl UnwindSafe for ChachaDebug
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