Struct rcudnn::cudaChannelFormatDesc
source · #[repr(C)]pub struct cudaChannelFormatDesc {
pub x: i32,
pub y: i32,
pub z: i32,
pub w: i32,
pub f: cudaChannelFormatKind,
}
Fields§
§x: i32
§y: i32
§z: i32
§w: i32
§f: cudaChannelFormatKind
Trait Implementations§
source§impl Clone for cudaChannelFormatDesc
impl Clone for cudaChannelFormatDesc
source§fn clone(&self) -> cudaChannelFormatDesc
fn clone(&self) -> cudaChannelFormatDesc
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 cudaChannelFormatDesc
impl Debug for cudaChannelFormatDesc
impl Copy for cudaChannelFormatDesc
Auto Trait Implementations§
impl RefUnwindSafe for cudaChannelFormatDesc
impl Send for cudaChannelFormatDesc
impl Sync for cudaChannelFormatDesc
impl Unpin for cudaChannelFormatDesc
impl UnwindSafe for cudaChannelFormatDesc
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