pub enum DeviceFamily {
Triton,
Legacy,
}Expand description
Supported device families
Variants§
Trait Implementations§
Source§impl Clone for DeviceFamily
impl Clone for DeviceFamily
Source§fn clone(&self) -> DeviceFamily
fn clone(&self) -> DeviceFamily
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeviceFamily
impl Debug for DeviceFamily
Source§impl Default for DeviceFamily
impl Default for DeviceFamily
Source§fn default() -> DeviceFamily
fn default() -> DeviceFamily
Returns the “default value” for a type. Read more
Source§impl Display for DeviceFamily
impl Display for DeviceFamily
Source§impl FromStr for DeviceFamily
impl FromStr for DeviceFamily
Source§impl PartialEq for DeviceFamily
impl PartialEq for DeviceFamily
Source§fn eq(&self, other: &DeviceFamily) -> bool
fn eq(&self, other: &DeviceFamily) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DeviceFamily
impl Eq for DeviceFamily
impl StructuralPartialEq for DeviceFamily
Auto Trait Implementations§
impl Freeze for DeviceFamily
impl RefUnwindSafe for DeviceFamily
impl Send for DeviceFamily
impl Sync for DeviceFamily
impl Unpin for DeviceFamily
impl UnsafeUnpin for DeviceFamily
impl UnwindSafe for DeviceFamily
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