Struct rcudnn_sys::cudaMemsetParams
source · #[repr(C)]pub struct cudaMemsetParams {
pub dst: *mut c_void,
pub pitch: usize,
pub value: c_uint,
pub elementSize: c_uint,
pub width: usize,
pub height: usize,
}
Fields§
§dst: *mut c_void
§pitch: usize
§value: c_uint
§elementSize: c_uint
§width: usize
§height: usize
Trait Implementations§
source§impl Clone for cudaMemsetParams
impl Clone for cudaMemsetParams
source§fn clone(&self) -> cudaMemsetParams
fn clone(&self) -> cudaMemsetParams
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 cudaMemsetParams
impl Debug for cudaMemsetParams
impl Copy for cudaMemsetParams
Auto Trait Implementations§
impl RefUnwindSafe for cudaMemsetParams
impl !Send for cudaMemsetParams
impl !Sync for cudaMemsetParams
impl Unpin for cudaMemsetParams
impl UnwindSafe for cudaMemsetParams
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