pub struct DeviceAddressBindingFlagsEXT(/* private fields */);Expand description
Implementations§
Source§impl DeviceAddressBindingFlagsEXT
impl DeviceAddressBindingFlagsEXT
pub const fn empty() -> DeviceAddressBindingFlagsEXT
pub const fn from_raw(x: u32) -> DeviceAddressBindingFlagsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: DeviceAddressBindingFlagsEXT) -> bool
Sourcepub const fn contains(self, other: DeviceAddressBindingFlagsEXT) -> bool
pub const fn contains(self, other: DeviceAddressBindingFlagsEXT) -> bool
Returns whether other is a subset of self
Trait Implementations§
Source§impl BitAnd for DeviceAddressBindingFlagsEXT
impl BitAnd for DeviceAddressBindingFlagsEXT
Source§type Output = DeviceAddressBindingFlagsEXT
type Output = DeviceAddressBindingFlagsEXT
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: DeviceAddressBindingFlagsEXT,
) -> DeviceAddressBindingFlagsEXT
fn bitand( self, rhs: DeviceAddressBindingFlagsEXT, ) -> DeviceAddressBindingFlagsEXT
Performs the
& operation. Read moreSource§impl BitAndAssign for DeviceAddressBindingFlagsEXT
impl BitAndAssign for DeviceAddressBindingFlagsEXT
Source§fn bitand_assign(&mut self, rhs: DeviceAddressBindingFlagsEXT)
fn bitand_assign(&mut self, rhs: DeviceAddressBindingFlagsEXT)
Performs the
&= operation. Read moreSource§impl BitOr for DeviceAddressBindingFlagsEXT
impl BitOr for DeviceAddressBindingFlagsEXT
Source§type Output = DeviceAddressBindingFlagsEXT
type Output = DeviceAddressBindingFlagsEXT
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: DeviceAddressBindingFlagsEXT,
) -> DeviceAddressBindingFlagsEXT
fn bitor( self, rhs: DeviceAddressBindingFlagsEXT, ) -> DeviceAddressBindingFlagsEXT
Performs the
| operation. Read moreSource§impl BitOrAssign for DeviceAddressBindingFlagsEXT
impl BitOrAssign for DeviceAddressBindingFlagsEXT
Source§fn bitor_assign(&mut self, rhs: DeviceAddressBindingFlagsEXT)
fn bitor_assign(&mut self, rhs: DeviceAddressBindingFlagsEXT)
Performs the
|= operation. Read moreSource§impl BitXor for DeviceAddressBindingFlagsEXT
impl BitXor for DeviceAddressBindingFlagsEXT
Source§type Output = DeviceAddressBindingFlagsEXT
type Output = DeviceAddressBindingFlagsEXT
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: DeviceAddressBindingFlagsEXT,
) -> DeviceAddressBindingFlagsEXT
fn bitxor( self, rhs: DeviceAddressBindingFlagsEXT, ) -> DeviceAddressBindingFlagsEXT
Performs the
^ operation. Read moreSource§impl BitXorAssign for DeviceAddressBindingFlagsEXT
impl BitXorAssign for DeviceAddressBindingFlagsEXT
Source§fn bitxor_assign(&mut self, rhs: DeviceAddressBindingFlagsEXT)
fn bitxor_assign(&mut self, rhs: DeviceAddressBindingFlagsEXT)
Performs the
^= operation. Read moreSource§impl Clone for DeviceAddressBindingFlagsEXT
impl Clone for DeviceAddressBindingFlagsEXT
Source§fn clone(&self) -> DeviceAddressBindingFlagsEXT
fn clone(&self) -> DeviceAddressBindingFlagsEXT
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeviceAddressBindingFlagsEXT
impl Debug for DeviceAddressBindingFlagsEXT
Source§impl Default for DeviceAddressBindingFlagsEXT
impl Default for DeviceAddressBindingFlagsEXT
Source§fn default() -> DeviceAddressBindingFlagsEXT
fn default() -> DeviceAddressBindingFlagsEXT
Returns the “default value” for a type. Read more
Source§impl Hash for DeviceAddressBindingFlagsEXT
impl Hash for DeviceAddressBindingFlagsEXT
Source§impl Not for DeviceAddressBindingFlagsEXT
impl Not for DeviceAddressBindingFlagsEXT
Source§type Output = DeviceAddressBindingFlagsEXT
type Output = DeviceAddressBindingFlagsEXT
The resulting type after applying the
! operator.Source§fn not(self) -> DeviceAddressBindingFlagsEXT
fn not(self) -> DeviceAddressBindingFlagsEXT
Performs the unary
! operation. Read moreSource§impl Ord for DeviceAddressBindingFlagsEXT
impl Ord for DeviceAddressBindingFlagsEXT
Source§fn cmp(&self, other: &DeviceAddressBindingFlagsEXT) -> Ordering
fn cmp(&self, other: &DeviceAddressBindingFlagsEXT) -> Ordering
1.21.0§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 PartialOrd for DeviceAddressBindingFlagsEXT
impl PartialOrd for DeviceAddressBindingFlagsEXT
impl Copy for DeviceAddressBindingFlagsEXT
impl Eq for DeviceAddressBindingFlagsEXT
impl StructuralPartialEq for DeviceAddressBindingFlagsEXT
Auto Trait Implementations§
impl Freeze for DeviceAddressBindingFlagsEXT
impl RefUnwindSafe for DeviceAddressBindingFlagsEXT
impl Send for DeviceAddressBindingFlagsEXT
impl Sync for DeviceAddressBindingFlagsEXT
impl Unpin for DeviceAddressBindingFlagsEXT
impl UnwindSafe for DeviceAddressBindingFlagsEXT
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)