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