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