Struct rcudnn::cudaMemAllocNodeParams
source · #[repr(C)]pub struct cudaMemAllocNodeParams {
pub poolProps: cudaMemPoolProps,
pub accessDescs: *const cudaMemAccessDesc,
pub accessDescCount: usize,
pub bytesize: usize,
pub dptr: *mut c_void,
}
Fields§
§poolProps: cudaMemPoolProps
§accessDescs: *const cudaMemAccessDesc
§accessDescCount: usize
§bytesize: usize
§dptr: *mut c_void
Trait Implementations§
source§impl Clone for cudaMemAllocNodeParams
impl Clone for cudaMemAllocNodeParams
source§fn clone(&self) -> cudaMemAllocNodeParams
fn clone(&self) -> cudaMemAllocNodeParams
Returns a copy 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 cudaMemAllocNodeParams
impl Debug for cudaMemAllocNodeParams
impl Copy for cudaMemAllocNodeParams
Auto Trait Implementations§
impl RefUnwindSafe for cudaMemAllocNodeParams
impl !Send for cudaMemAllocNodeParams
impl !Sync for cudaMemAllocNodeParams
impl Unpin for cudaMemAllocNodeParams
impl UnwindSafe for cudaMemAllocNodeParams
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