#[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 copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)