Struct ash::vk::DirectDriverLoadingModeLUNARG
source · pub struct DirectDriverLoadingModeLUNARG(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl Clone for DirectDriverLoadingModeLUNARG
impl Clone for DirectDriverLoadingModeLUNARG
source§fn clone(&self) -> DirectDriverLoadingModeLUNARG
fn clone(&self) -> DirectDriverLoadingModeLUNARG
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 Default for DirectDriverLoadingModeLUNARG
impl Default for DirectDriverLoadingModeLUNARG
source§fn default() -> DirectDriverLoadingModeLUNARG
fn default() -> DirectDriverLoadingModeLUNARG
Returns the “default value” for a type. Read more
source§impl Hash for DirectDriverLoadingModeLUNARG
impl Hash for DirectDriverLoadingModeLUNARG
source§impl Ord for DirectDriverLoadingModeLUNARG
impl Ord for DirectDriverLoadingModeLUNARG
source§fn cmp(&self, other: &DirectDriverLoadingModeLUNARG) -> Ordering
fn cmp(&self, other: &DirectDriverLoadingModeLUNARG) -> 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 DirectDriverLoadingModeLUNARG
impl PartialEq for DirectDriverLoadingModeLUNARG
source§fn eq(&self, other: &DirectDriverLoadingModeLUNARG) -> bool
fn eq(&self, other: &DirectDriverLoadingModeLUNARG) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DirectDriverLoadingModeLUNARG
impl PartialOrd for DirectDriverLoadingModeLUNARG
source§fn partial_cmp(&self, other: &DirectDriverLoadingModeLUNARG) -> Option<Ordering>
fn partial_cmp(&self, other: &DirectDriverLoadingModeLUNARG) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for DirectDriverLoadingModeLUNARG
impl Eq for DirectDriverLoadingModeLUNARG
impl StructuralPartialEq for DirectDriverLoadingModeLUNARG
Auto Trait Implementations§
impl Freeze for DirectDriverLoadingModeLUNARG
impl RefUnwindSafe for DirectDriverLoadingModeLUNARG
impl Send for DirectDriverLoadingModeLUNARG
impl Sync for DirectDriverLoadingModeLUNARG
impl Unpin for DirectDriverLoadingModeLUNARG
impl UnwindSafe for DirectDriverLoadingModeLUNARG
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