#[repr(transparent)]pub struct VoiceCommandContentTileType(pub i32);
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
§fn clone(&self) -> VoiceCommandContentTileType
fn clone(&self) -> VoiceCommandContentTileType
Returns a copy 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
§fn eq(&self, other: &VoiceCommandContentTileType) -> bool
fn eq(&self, other: &VoiceCommandContentTileType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)