Enum cyfs_base::DeviceCategory
source · [−]#[repr(u8)]
pub enum DeviceCategory {
Show 17 variants
OOD,
Server,
PC,
Router,
AndroidMobile,
AndroidPad,
AndroidWatch,
AndroidTV,
IOSMobile,
IOSPad,
IOSWatch,
SmartSpeakers,
Browser,
IoT,
SmartHome,
VirtualOOD,
Unknown,
}
Variants
OOD
Server
PC
Router
AndroidMobile
AndroidPad
AndroidWatch
AndroidTV
IOSMobile
IOSPad
IOSWatch
SmartSpeakers
Browser
IoT
SmartHome
VirtualOOD
Unknown
Trait Implementations
sourceimpl Clone for DeviceCategory
impl Clone for DeviceCategory
sourcefn clone(&self) -> DeviceCategory
fn clone(&self) -> DeviceCategory
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DeviceCategory
impl Debug for DeviceCategory
sourceimpl Display for DeviceCategory
impl Display for DeviceCategory
sourceimpl PartialEq<DeviceCategory> for DeviceCategory
impl PartialEq<DeviceCategory> for DeviceCategory
sourceimpl TryFrom<u8> for DeviceCategory
impl TryFrom<u8> for DeviceCategory
impl Copy for DeviceCategory
impl Eq for DeviceCategory
impl StructuralEq for DeviceCategory
impl StructuralPartialEq for DeviceCategory
Auto Trait Implementations
impl RefUnwindSafe for DeviceCategory
impl Send for DeviceCategory
impl Sync for DeviceCategory
impl Unpin for DeviceCategory
impl UnwindSafe for DeviceCategory
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