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