#[repr(C)]pub struct ArchivedUserPresenceOptions{
pub security_key_index: <Option<usize> as Archive>::Archived,
pub authentication: <bool as Archive>::Archived,
pub rp_id: <Option<String> as Archive>::Archived,
pub rp_name: <Option<String> as Archive>::Archived,
pub user_name: <Option<String> as Archive>::Archived,
pub user_display_name: <Option<String> as Archive>::Archived,
}Expand description
An archived UserPresenceOptions
Fields§
§security_key_index: <Option<usize> as Archive>::ArchivedThe archived counterpart of UserPresenceOptions::security_key_index
authentication: <bool as Archive>::ArchivedThe archived counterpart of UserPresenceOptions::authentication
rp_id: <Option<String> as Archive>::ArchivedThe archived counterpart of UserPresenceOptions::rp_id
rp_name: <Option<String> as Archive>::ArchivedThe archived counterpart of UserPresenceOptions::rp_name
user_name: <Option<String> as Archive>::ArchivedThe archived counterpart of UserPresenceOptions::user_name
user_display_name: <Option<String> as Archive>::ArchivedThe archived counterpart of UserPresenceOptions::user_display_name
Trait Implementations§
Source§impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedUserPresenceOptions
impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedUserPresenceOptions
impl Portable for ArchivedUserPresenceOptions
Auto Trait Implementations§
impl Freeze for ArchivedUserPresenceOptions
impl RefUnwindSafe for ArchivedUserPresenceOptions
impl Send for ArchivedUserPresenceOptions
impl Sync for ArchivedUserPresenceOptions
impl !Unpin for ArchivedUserPresenceOptions
impl UnwindSafe for ArchivedUserPresenceOptions
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
§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.