pub struct DeviceFaultVendorBinaryHeaderVersionKHR(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for DeviceFaultVendorBinaryHeaderVersionKHR
impl Clone for DeviceFaultVendorBinaryHeaderVersionKHR
Source§fn clone(&self) -> DeviceFaultVendorBinaryHeaderVersionKHR
fn clone(&self) -> DeviceFaultVendorBinaryHeaderVersionKHR
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 Default for DeviceFaultVendorBinaryHeaderVersionKHR
impl Default for DeviceFaultVendorBinaryHeaderVersionKHR
Source§fn default() -> DeviceFaultVendorBinaryHeaderVersionKHR
fn default() -> DeviceFaultVendorBinaryHeaderVersionKHR
Returns the “default value” for a type. Read more
Source§impl Error for DeviceFaultVendorBinaryHeaderVersionKHR
impl Error for DeviceFaultVendorBinaryHeaderVersionKHR
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 Ord for DeviceFaultVendorBinaryHeaderVersionKHR
impl Ord for DeviceFaultVendorBinaryHeaderVersionKHR
Source§fn cmp(&self, other: &DeviceFaultVendorBinaryHeaderVersionKHR) -> Ordering
fn cmp(&self, other: &DeviceFaultVendorBinaryHeaderVersionKHR) -> 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 DeviceFaultVendorBinaryHeaderVersionKHR
impl PartialEq for DeviceFaultVendorBinaryHeaderVersionKHR
Source§fn eq(&self, other: &DeviceFaultVendorBinaryHeaderVersionKHR) -> bool
fn eq(&self, other: &DeviceFaultVendorBinaryHeaderVersionKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DeviceFaultVendorBinaryHeaderVersionKHR
impl PartialOrd for DeviceFaultVendorBinaryHeaderVersionKHR
impl Copy for DeviceFaultVendorBinaryHeaderVersionKHR
impl Eq for DeviceFaultVendorBinaryHeaderVersionKHR
impl StructuralPartialEq for DeviceFaultVendorBinaryHeaderVersionKHR
Auto Trait Implementations§
impl Freeze for DeviceFaultVendorBinaryHeaderVersionKHR
impl RefUnwindSafe for DeviceFaultVendorBinaryHeaderVersionKHR
impl Send for DeviceFaultVendorBinaryHeaderVersionKHR
impl Sync for DeviceFaultVendorBinaryHeaderVersionKHR
impl Unpin for DeviceFaultVendorBinaryHeaderVersionKHR
impl UnsafeUnpin for DeviceFaultVendorBinaryHeaderVersionKHR
impl UnwindSafe for DeviceFaultVendorBinaryHeaderVersionKHR
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