#[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 = Self(0i32)
pub const TitleWithText: Self = Self(1i32)
pub const TitleWith68x68Icon: Self = Self(2i32)
pub const TitleWith68x68IconAndText: Self = Self(3i32)
pub const TitleWith68x92Icon: Self = Self(4i32)
pub const TitleWith68x92IconAndText: Self = Self(5i32)
pub const TitleWith280x140Icon: Self = Self(6i32)
pub const TitleWith280x140IconAndText: Self = Self(7i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more