#[repr(transparent)]pub struct DeferredOperationKHR(_);Expand description
Implementations
sourceimpl DeferredOperationKHR
impl DeferredOperationKHR
pub const fn null() -> DeferredOperationKHR
Trait Implementations
sourceimpl Clone for DeferredOperationKHR
impl Clone for DeferredOperationKHR
sourcefn clone(&self) -> DeferredOperationKHR
fn clone(&self) -> DeferredOperationKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DeferredOperationKHR
impl Debug for DeferredOperationKHR
sourceimpl Default for DeferredOperationKHR
impl Default for DeferredOperationKHR
sourcefn default() -> DeferredOperationKHR
fn default() -> DeferredOperationKHR
Returns the “default value” for a type. Read more
sourceimpl Handle for DeferredOperationKHR
impl Handle for DeferredOperationKHR
const TYPE: ObjectType = ObjectType::DEFERRED_OPERATION_KHR
fn as_raw(self) -> u64
fn from_raw(x: u64) -> DeferredOperationKHR
sourceimpl Hash for DeferredOperationKHR
impl Hash for DeferredOperationKHR
sourceimpl Ord for DeferredOperationKHR
impl Ord for DeferredOperationKHR
sourceimpl PartialEq<DeferredOperationKHR> for DeferredOperationKHR
impl PartialEq<DeferredOperationKHR> for DeferredOperationKHR
sourcefn eq(&self, other: &DeferredOperationKHR) -> bool
fn eq(&self, other: &DeferredOperationKHR) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DeferredOperationKHR) -> bool
fn ne(&self, other: &DeferredOperationKHR) -> bool
This method tests for !=.
sourceimpl PartialOrd<DeferredOperationKHR> for DeferredOperationKHR
impl PartialOrd<DeferredOperationKHR> for DeferredOperationKHR
sourcefn partial_cmp(&self, other: &DeferredOperationKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &DeferredOperationKHR) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
sourceimpl Pointer for DeferredOperationKHR
impl Pointer for DeferredOperationKHR
impl Copy for DeferredOperationKHR
impl Eq for DeferredOperationKHR
impl StructuralEq for DeferredOperationKHR
impl StructuralPartialEq for DeferredOperationKHR
Auto Trait Implementations
impl RefUnwindSafe for DeferredOperationKHR
impl Send for DeferredOperationKHR
impl Sync for DeferredOperationKHR
impl Unpin for DeferredOperationKHR
impl UnwindSafe for DeferredOperationKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more