pub struct LoaderFeatureFlagBits(/* private fields */);
Implementations§
Source§impl LoaderFeatureFlagBits
impl LoaderFeatureFlagBits
Source§impl LoaderFeatureFlagBits
impl LoaderFeatureFlagBits
pub const PHYSICAL_DEVICE_SORTING: Self
Trait Implementations§
Source§impl BitAnd for LoaderFeatureFlagBits
impl BitAnd for LoaderFeatureFlagBits
Source§impl BitAndAssign for LoaderFeatureFlagBits
impl BitAndAssign for LoaderFeatureFlagBits
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for LoaderFeatureFlagBits
impl BitOr for LoaderFeatureFlagBits
Source§impl BitOrAssign for LoaderFeatureFlagBits
impl BitOrAssign for LoaderFeatureFlagBits
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for LoaderFeatureFlagBits
impl BitXor for LoaderFeatureFlagBits
Source§impl BitXorAssign for LoaderFeatureFlagBits
impl BitXorAssign for LoaderFeatureFlagBits
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for LoaderFeatureFlagBits
impl Clone for LoaderFeatureFlagBits
Source§fn clone(&self) -> LoaderFeatureFlagBits
fn clone(&self) -> LoaderFeatureFlagBits
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LoaderFeatureFlagBits
impl Debug for LoaderFeatureFlagBits
Source§impl Default for LoaderFeatureFlagBits
impl Default for LoaderFeatureFlagBits
Source§impl Hash for LoaderFeatureFlagBits
impl Hash for LoaderFeatureFlagBits
Source§impl Not for LoaderFeatureFlagBits
impl Not for LoaderFeatureFlagBits
Source§impl Ord for LoaderFeatureFlagBits
impl Ord for LoaderFeatureFlagBits
Source§fn cmp(&self, other: &LoaderFeatureFlagBits) -> Ordering
fn cmp(&self, other: &LoaderFeatureFlagBits) -> 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 LoaderFeatureFlagBits
impl PartialEq for LoaderFeatureFlagBits
Source§impl PartialOrd for LoaderFeatureFlagBits
impl PartialOrd for LoaderFeatureFlagBits
impl Copy for LoaderFeatureFlagBits
impl Eq for LoaderFeatureFlagBits
impl StructuralPartialEq for LoaderFeatureFlagBits
Auto Trait Implementations§
impl Freeze for LoaderFeatureFlagBits
impl RefUnwindSafe for LoaderFeatureFlagBits
impl Send for LoaderFeatureFlagBits
impl Sync for LoaderFeatureFlagBits
impl Unpin for LoaderFeatureFlagBits
impl UnwindSafe for LoaderFeatureFlagBits
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