Struct CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
#[repr(C)]pub struct CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st {
pub operation: CUstreamBatchMemOpType_enum,
pub flags: u32,
}Fields§
§operation: CUstreamBatchMemOpType_enum§flags: u32Trait Implementations§
§impl Clone for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
impl Clone for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
§fn clone(
&self,
) -> CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
fn clone( &self, ) -> CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
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 more§impl Ord for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
impl Ord for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
§fn cmp(
&self,
other: &CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st,
) -> Ordering
fn cmp( &self, other: &CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st, ) -> 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
§impl PartialEq for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
impl PartialEq for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
§fn eq(
&self,
other: &CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st,
) -> bool
fn eq( &self, other: &CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st, ) -> bool
Tests for
self and other values to be equal, and is used by ==.§impl PartialOrd for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
impl PartialOrd for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
impl Copy for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
impl Eq for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
impl StructuralPartialEq for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
Auto Trait Implementations§
impl Freeze for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
impl RefUnwindSafe for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
impl Send for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
impl Sync for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
impl Unpin for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
impl UnsafeUnpin for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
impl UnwindSafe for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more