pub struct DeviceFeatures { /* private fields */ }Expand description
A collection of device features.
Implementations§
Trait Implementations§
Source§impl Debug for DeviceFeatures
impl Debug for DeviceFeatures
Source§impl Default for DeviceFeatures
impl Default for DeviceFeatures
Source§fn default() -> DeviceFeatures
fn default() -> DeviceFeatures
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeviceFeatures
impl RefUnwindSafe for DeviceFeatures
impl Send for DeviceFeatures
impl Sync for DeviceFeatures
impl Unpin for DeviceFeatures
impl UnwindSafe for DeviceFeatures
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