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
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for OpacityMicromapSpecialIndexEXT
impl PartialOrd for OpacityMicromapSpecialIndexEXT
impl 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
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
)