#[repr(C)]pub struct cudaMemcpyAttributes {
pub srcAccessOrder: cudaMemcpySrcAccessOrder,
pub srcLocHint: cudaMemLocation,
pub dstLocHint: cudaMemLocation,
pub flags: c_uint,
}Fields§
§srcAccessOrder: cudaMemcpySrcAccessOrder§srcLocHint: cudaMemLocation§dstLocHint: cudaMemLocation§flags: c_uintTrait Implementations§
Source§impl Clone for cudaMemcpyAttributes
impl Clone for cudaMemcpyAttributes
Source§fn clone(&self) -> cudaMemcpyAttributes
fn clone(&self) -> cudaMemcpyAttributes
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 cudaMemcpyAttributes
impl Debug for cudaMemcpyAttributes
Source§impl Hash for cudaMemcpyAttributes
impl Hash for cudaMemcpyAttributes
Source§impl Ord for cudaMemcpyAttributes
impl Ord for cudaMemcpyAttributes
Source§fn cmp(&self, other: &cudaMemcpyAttributes) -> Ordering
fn cmp(&self, other: &cudaMemcpyAttributes) -> 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 cudaMemcpyAttributes
impl PartialEq for cudaMemcpyAttributes
Source§impl PartialOrd for cudaMemcpyAttributes
impl PartialOrd for cudaMemcpyAttributes
impl Copy for cudaMemcpyAttributes
impl Eq for cudaMemcpyAttributes
impl StructuralPartialEq for cudaMemcpyAttributes
Auto Trait Implementations§
impl Freeze for cudaMemcpyAttributes
impl RefUnwindSafe for cudaMemcpyAttributes
impl Send for cudaMemcpyAttributes
impl Sync for cudaMemcpyAttributes
impl Unpin for cudaMemcpyAttributes
impl UnsafeUnpin for cudaMemcpyAttributes
impl UnwindSafe for cudaMemcpyAttributes
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