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