Struct rcudnn::cudnnDebugStruct
source · #[repr(C)]pub struct cudnnDebugStruct {
pub cudnn_version: u32,
pub cudnnStatus: cudnnStatus_t,
pub time_sec: u32,
pub time_usec: u32,
pub time_delta: u32,
pub handle: *mut cudnnContext,
pub stream: *mut CUstream_st,
pub pid: u64,
pub tid: u64,
pub cudaDeviceId: i32,
pub reserved: [i32; 15],
}
Fields§
§cudnn_version: u32
§cudnnStatus: cudnnStatus_t
§time_sec: u32
§time_usec: u32
§time_delta: u32
§handle: *mut cudnnContext
§stream: *mut CUstream_st
§pid: u64
§tid: u64
§cudaDeviceId: i32
§reserved: [i32; 15]
Trait Implementations§
source§impl Clone for cudnnDebugStruct
impl Clone for cudnnDebugStruct
source§fn clone(&self) -> cudnnDebugStruct
fn clone(&self) -> cudnnDebugStruct
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 cudnnDebugStruct
impl Debug for cudnnDebugStruct
impl Copy for cudnnDebugStruct
Auto Trait Implementations§
impl RefUnwindSafe for cudnnDebugStruct
impl !Send for cudnnDebugStruct
impl !Sync for cudnnDebugStruct
impl Unpin for cudnnDebugStruct
impl UnwindSafe for cudnnDebugStruct
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