pub struct DeviceCreateFlags(/* private fields */);
Expand description
Implementations§
Trait Implementations§
Source§impl BitAnd for DeviceCreateFlags
impl BitAnd for DeviceCreateFlags
Source§impl BitAndAssign for DeviceCreateFlags
impl BitAndAssign for DeviceCreateFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for DeviceCreateFlags
impl BitOr for DeviceCreateFlags
Source§impl BitOrAssign for DeviceCreateFlags
impl BitOrAssign for DeviceCreateFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for DeviceCreateFlags
impl BitXor for DeviceCreateFlags
Source§impl BitXorAssign for DeviceCreateFlags
impl BitXorAssign for DeviceCreateFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for DeviceCreateFlags
impl Clone for DeviceCreateFlags
Source§fn clone(&self) -> DeviceCreateFlags
fn clone(&self) -> DeviceCreateFlags
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 DeviceCreateFlags
impl Debug for DeviceCreateFlags
Source§impl Default for DeviceCreateFlags
impl Default for DeviceCreateFlags
Source§impl Hash for DeviceCreateFlags
impl Hash for DeviceCreateFlags
Source§impl Not for DeviceCreateFlags
impl Not for DeviceCreateFlags
Source§impl Ord for DeviceCreateFlags
impl Ord for DeviceCreateFlags
Source§fn cmp(&self, other: &DeviceCreateFlags) -> Ordering
fn cmp(&self, other: &DeviceCreateFlags) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DeviceCreateFlags
impl PartialEq for DeviceCreateFlags
Source§impl PartialOrd for DeviceCreateFlags
impl PartialOrd for DeviceCreateFlags
impl Copy for DeviceCreateFlags
impl Eq for DeviceCreateFlags
impl StructuralPartialEq for DeviceCreateFlags
Auto Trait Implementations§
impl Freeze for DeviceCreateFlags
impl RefUnwindSafe for DeviceCreateFlags
impl Send for DeviceCreateFlags
impl Sync for DeviceCreateFlags
impl Unpin for DeviceCreateFlags
impl UnwindSafe for DeviceCreateFlags
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)