#[repr(transparent)]pub struct VoiceCommandContentTileType(pub i32);
Expand description
Required features: ‘ApplicationModel_VoiceCommands’
Tuple Fields
0: i32
Implementations
impl VoiceCommandContentTileType
impl VoiceCommandContentTileType
pub const TitleOnly: Self
pub const TitleWithText: Self
pub const TitleWith68x68Icon: Self
pub const TitleWith68x68IconAndText: Self
pub const TitleWith68x92Icon: Self
pub const TitleWith68x92IconAndText: Self
pub const TitleWith280x140Icon: Self
pub const TitleWith280x140IconAndText: Self
Trait Implementations
impl Clone for VoiceCommandContentTileType
impl Clone for VoiceCommandContentTileType
impl Copy for VoiceCommandContentTileType
Auto Trait Implementations
impl RefUnwindSafe for VoiceCommandContentTileType
impl Send for VoiceCommandContentTileType
impl Sync for VoiceCommandContentTileType
impl Unpin for VoiceCommandContentTileType
impl UnwindSafe for VoiceCommandContentTileType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more