#[repr(C)]pub struct ArchivedScanQrOptions{
pub header_title: <String as Archive>::Archived,
pub header_left_icon: <String as Archive>::Archived,
pub header_left_text: <String as Archive>::Archived,
pub header_right_icon: <String as Archive>::Archived,
pub header_right_text: <String as Archive>::Archived,
pub message: <String as Archive>::Archived,
pub button_icon: <String as Archive>::Archived,
pub button_text: <String as Archive>::Archived,
pub request_matching_apps: <bool as Archive>::Archived,
}Expand description
An archived ScanQrOptions
Fields§
§header_title: <String as Archive>::ArchivedThe archived counterpart of ScanQrOptions::header_title
header_left_icon: <String as Archive>::ArchivedThe archived counterpart of ScanQrOptions::header_left_icon
header_left_text: <String as Archive>::ArchivedThe archived counterpart of ScanQrOptions::header_left_text
header_right_icon: <String as Archive>::ArchivedThe archived counterpart of ScanQrOptions::header_right_icon
header_right_text: <String as Archive>::ArchivedThe archived counterpart of ScanQrOptions::header_right_text
message: <String as Archive>::ArchivedThe archived counterpart of ScanQrOptions::message
The archived counterpart of ScanQrOptions::button_icon
The archived counterpart of ScanQrOptions::button_text
request_matching_apps: <bool as Archive>::ArchivedThe archived counterpart of ScanQrOptions::request_matching_apps
Trait Implementations§
Source§impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedScanQrOptions
impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedScanQrOptions
impl Portable for ArchivedScanQrOptions
Auto Trait Implementations§
impl Freeze for ArchivedScanQrOptions
impl RefUnwindSafe for ArchivedScanQrOptions
impl Send for ArchivedScanQrOptions
impl Sync for ArchivedScanQrOptions
impl !Unpin for ArchivedScanQrOptions
impl UnwindSafe for ArchivedScanQrOptions
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.