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§impl PartialOrd for OpacityMicromapFormatEXT
impl PartialOrd for OpacityMicromapFormatEXT
impl 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)