pub struct DeviceInfoFlags(/* private fields */);
Expand description
Flags relating to a DeviceInfo
struct
Implementations§
Trait Implementations§
Source§impl Clone for DeviceInfoFlags
impl Clone for DeviceInfoFlags
Source§fn clone(&self) -> DeviceInfoFlags
fn clone(&self) -> DeviceInfoFlags
Returns a copy 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 DeviceInfoFlags
impl Debug for DeviceInfoFlags
Source§impl Default for DeviceInfoFlags
impl Default for DeviceInfoFlags
Source§impl From<DeviceInfoFlags> for u8
impl From<DeviceInfoFlags> for u8
Source§fn from(v: DeviceInfoFlags) -> u8
fn from(v: DeviceInfoFlags) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DeviceInfoFlags
impl From<u8> for DeviceInfoFlags
impl Copy for DeviceInfoFlags
Auto Trait Implementations§
impl Freeze for DeviceInfoFlags
impl RefUnwindSafe for DeviceInfoFlags
impl Send for DeviceInfoFlags
impl Sync for DeviceInfoFlags
impl Unpin for DeviceInfoFlags
impl UnwindSafe for DeviceInfoFlags
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