pub struct DepthBiasRepresentationEXT(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for DepthBiasRepresentationEXT
impl Clone for DepthBiasRepresentationEXT
Source§fn clone(&self) -> DepthBiasRepresentationEXT
fn clone(&self) -> DepthBiasRepresentationEXT
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 DepthBiasRepresentationEXT
impl Debug for DepthBiasRepresentationEXT
Source§impl Default for DepthBiasRepresentationEXT
impl Default for DepthBiasRepresentationEXT
Source§fn default() -> DepthBiasRepresentationEXT
fn default() -> DepthBiasRepresentationEXT
Returns the “default value” for a type. Read more
Source§impl Display for DepthBiasRepresentationEXT
impl Display for DepthBiasRepresentationEXT
Source§impl Error for DepthBiasRepresentationEXT
impl Error for DepthBiasRepresentationEXT
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 DepthBiasRepresentationEXT
impl Hash for DepthBiasRepresentationEXT
Source§impl Ord for DepthBiasRepresentationEXT
impl Ord for DepthBiasRepresentationEXT
Source§fn cmp(&self, other: &DepthBiasRepresentationEXT) -> Ordering
fn cmp(&self, other: &DepthBiasRepresentationEXT) -> 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 PartialOrd for DepthBiasRepresentationEXT
impl PartialOrd for DepthBiasRepresentationEXT
impl Copy for DepthBiasRepresentationEXT
impl Eq for DepthBiasRepresentationEXT
impl StructuralPartialEq for DepthBiasRepresentationEXT
Auto Trait Implementations§
impl Freeze for DepthBiasRepresentationEXT
impl RefUnwindSafe for DepthBiasRepresentationEXT
impl Send for DepthBiasRepresentationEXT
impl Sync for DepthBiasRepresentationEXT
impl Unpin for DepthBiasRepresentationEXT
impl UnsafeUnpin for DepthBiasRepresentationEXT
impl UnwindSafe for DepthBiasRepresentationEXT
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