Struct rcudnn_sys::cudaMemPoolProps
source · #[repr(C)]pub struct cudaMemPoolProps {
pub allocType: cudaMemAllocationType,
pub handleTypes: cudaMemAllocationHandleType,
pub location: cudaMemLocation,
pub win32SecurityAttributes: *mut c_void,
pub reserved: [c_uchar; 64],
}
Fields§
§allocType: cudaMemAllocationType
§handleTypes: cudaMemAllocationHandleType
§location: cudaMemLocation
§win32SecurityAttributes: *mut c_void
§reserved: [c_uchar; 64]
Trait Implementations§
source§impl Clone for cudaMemPoolProps
impl Clone for cudaMemPoolProps
source§fn clone(&self) -> cudaMemPoolProps
fn clone(&self) -> cudaMemPoolProps
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 cudaMemPoolProps
impl Debug for cudaMemPoolProps
impl Copy for cudaMemPoolProps
Auto Trait Implementations§
impl RefUnwindSafe for cudaMemPoolProps
impl !Send for cudaMemPoolProps
impl !Sync for cudaMemPoolProps
impl Unpin for cudaMemPoolProps
impl UnwindSafe for cudaMemPoolProps
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