pub struct OpacityMicromapFormatEXT(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for OpacityMicromapFormatEXT
impl Clone for OpacityMicromapFormatEXT
Source§fn clone(&self) -> OpacityMicromapFormatEXT
fn clone(&self) -> OpacityMicromapFormatEXT
Returns a duplicate 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 Display for OpacityMicromapFormatEXT
impl Display for OpacityMicromapFormatEXT
Source§impl Error for OpacityMicromapFormatEXT
impl Error for OpacityMicromapFormatEXT
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
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 UnsafeUnpin 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