#[repr(i32)]pub enum EStreamDeviceFormFactor {
Unknown = 0,
Phone = 1,
Tablet = 2,
Computer = 3,
TV = 4,
VRHeadset = 5,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EStreamDeviceFormFactor
impl Clone for EStreamDeviceFormFactor
Source§fn clone(&self) -> EStreamDeviceFormFactor
fn clone(&self) -> EStreamDeviceFormFactor
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 moreSource§impl Debug for EStreamDeviceFormFactor
impl Debug for EStreamDeviceFormFactor
Source§impl Hash for EStreamDeviceFormFactor
impl Hash for EStreamDeviceFormFactor
Source§impl PartialEq for EStreamDeviceFormFactor
impl PartialEq for EStreamDeviceFormFactor
impl Copy for EStreamDeviceFormFactor
impl Eq for EStreamDeviceFormFactor
impl StructuralPartialEq for EStreamDeviceFormFactor
Auto Trait Implementations§
impl Freeze for EStreamDeviceFormFactor
impl RefUnwindSafe for EStreamDeviceFormFactor
impl Send for EStreamDeviceFormFactor
impl Sync for EStreamDeviceFormFactor
impl Unpin for EStreamDeviceFormFactor
impl UnsafeUnpin for EStreamDeviceFormFactor
impl UnwindSafe for EStreamDeviceFormFactor
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