pub struct RegisteredKeyU2f {
pub application_parameter: [u8; 32],
pub signature_counter: u32,
pub registered_timestamp: u32,
}Fields§
§application_parameter: [u8; 32]§signature_counter: u32§registered_timestamp: u32Trait Implementations§
Source§impl Clone for RegisteredKeyU2f
impl Clone for RegisteredKeyU2f
Source§fn clone(&self) -> RegisteredKeyU2f
fn clone(&self) -> RegisteredKeyU2f
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 RegisteredKeyU2f
impl Debug for RegisteredKeyU2f
Source§impl<'de> Deserialize<'de> for RegisteredKeyU2f
impl<'de> Deserialize<'de> for RegisteredKeyU2f
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
Auto Trait Implementations§
impl Freeze for RegisteredKeyU2f
impl RefUnwindSafe for RegisteredKeyU2f
impl Send for RegisteredKeyU2f
impl Sync for RegisteredKeyU2f
impl Unpin for RegisteredKeyU2f
impl UnwindSafe for RegisteredKeyU2f
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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,
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.