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