Struct VoiceCommandContentTileType
#[repr(transparent)]pub struct VoiceCommandContentTileType(pub i32);Tuple Fields§
§0: i32Implementations§
§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
§fn clone(&self) -> VoiceCommandContentTileType
fn clone(&self) -> VoiceCommandContentTileType
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 more§impl Debug for VoiceCommandContentTileType
impl Debug for VoiceCommandContentTileType
§impl Default for VoiceCommandContentTileType
impl Default for VoiceCommandContentTileType
§fn default() -> VoiceCommandContentTileType
fn default() -> VoiceCommandContentTileType
Returns the “default value” for a type. Read more
§impl PartialEq for VoiceCommandContentTileType
impl PartialEq for VoiceCommandContentTileType
impl Copy for VoiceCommandContentTileType
impl Eq for VoiceCommandContentTileType
impl StructuralPartialEq for VoiceCommandContentTileType
Auto Trait Implementations§
impl Freeze for VoiceCommandContentTileType
impl RefUnwindSafe for VoiceCommandContentTileType
impl Send for VoiceCommandContentTileType
impl Sync for VoiceCommandContentTileType
impl Unpin for VoiceCommandContentTileType
impl UnwindSafe for VoiceCommandContentTileType
Blanket Implementations§
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