pub struct CryptoParams {
pub slot: u8,
pub dun: u32,
}Fields§
§slot: u8§dun: u32Trait Implementations§
Source§impl Clone for CryptoParams
impl Clone for CryptoParams
Source§fn clone(&self) -> CryptoParams
fn clone(&self) -> CryptoParams
Returns a duplicate 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 Debug for CryptoParams
impl Debug for CryptoParams
Source§impl PartialEq for CryptoParams
impl PartialEq for CryptoParams
impl Copy for CryptoParams
impl Eq for CryptoParams
impl StructuralPartialEq for CryptoParams
Auto Trait Implementations§
impl Freeze for CryptoParams
impl RefUnwindSafe for CryptoParams
impl Send for CryptoParams
impl Sync for CryptoParams
impl Unpin for CryptoParams
impl UnsafeUnpin for CryptoParams
impl UnwindSafe for CryptoParams
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