pub enum Idiom {
Unspecified,
Phone,
Pad,
TV,
CarPlay,
}Available on
ios_platform only.Expand description
The device idiom.
Variants§
Trait Implementations§
impl Copy for Idiom
impl Eq for Idiom
impl StructuralPartialEq for Idiom
Auto Trait Implementations§
impl Freeze for Idiom
impl RefUnwindSafe for Idiom
impl Send for Idiom
impl Sync for Idiom
impl Unpin for Idiom
impl UnwindSafe for Idiom
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