pub struct EccCommandDuration {
pub info: u32,
pub read: u32,
pub write: u32,
pub lock: u32,
pub nonce: u32,
pub random: u32,
pub genkey: u32,
pub sign: u32,
pub ecdh: u32,
}Fields§
§info: u32§read: u32§write: u32§lock: u32§nonce: u32§random: u32§genkey: u32§sign: u32§ecdh: u32Trait Implementations§
Source§impl Clone for EccCommandDuration
impl Clone for EccCommandDuration
Source§fn clone(&self) -> EccCommandDuration
fn clone(&self) -> EccCommandDuration
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 EccCommandDuration
impl Debug for EccCommandDuration
Source§impl<'de> Deserialize<'de> for EccCommandDuration
impl<'de> Deserialize<'de> for EccCommandDuration
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for EccCommandDuration
impl Serialize for EccCommandDuration
impl Copy for EccCommandDuration
Auto Trait Implementations§
impl Freeze for EccCommandDuration
impl RefUnwindSafe for EccCommandDuration
impl Send for EccCommandDuration
impl Sync for EccCommandDuration
impl Unpin for EccCommandDuration
impl UnwindSafe for EccCommandDuration
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