pub struct CryptoKeyId {
pub pseudo_crypto_key: u16,
pub crypto_mode: CryptoMode,
}Fields§
§pseudo_crypto_key: u16§crypto_mode: CryptoModeTrait Implementations§
Source§impl Clone for CryptoKeyId
impl Clone for CryptoKeyId
Source§fn clone(&self) -> CryptoKeyId
fn clone(&self) -> CryptoKeyId
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 CryptoKeyId
impl Debug for CryptoKeyId
Source§impl Default for CryptoKeyId
impl Default for CryptoKeyId
Source§impl From<CryptoKeyId> for u16
impl From<CryptoKeyId> for u16
Source§fn from(value: CryptoKeyId) -> Self
fn from(value: CryptoKeyId) -> Self
Converts to this type from the input type.
Source§impl From<u16> for CryptoKeyId
impl From<u16> for CryptoKeyId
Source§impl PartialEq for CryptoKeyId
impl PartialEq for CryptoKeyId
impl Copy for CryptoKeyId
impl StructuralPartialEq for CryptoKeyId
Auto Trait Implementations§
impl Freeze for CryptoKeyId
impl RefUnwindSafe for CryptoKeyId
impl Send for CryptoKeyId
impl Sync for CryptoKeyId
impl Unpin for CryptoKeyId
impl UnwindSafe for CryptoKeyId
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