#[repr(C)]pub struct CUDA_ARRAY_DESCRIPTOR_st {
pub Width: usize,
pub Height: usize,
pub Format: CUarray_format,
pub NumChannels: c_uint,
}Fields§
§Width: usize§Height: usize§Format: CUarray_format§NumChannels: c_uintTrait Implementations§
Source§impl Clone for CUDA_ARRAY_DESCRIPTOR_st
impl Clone for CUDA_ARRAY_DESCRIPTOR_st
Source§impl Debug for CUDA_ARRAY_DESCRIPTOR_st
impl Debug for CUDA_ARRAY_DESCRIPTOR_st
impl Copy for CUDA_ARRAY_DESCRIPTOR_st
Auto Trait Implementations§
impl Freeze for CUDA_ARRAY_DESCRIPTOR_st
impl RefUnwindSafe for CUDA_ARRAY_DESCRIPTOR_st
impl Send for CUDA_ARRAY_DESCRIPTOR_st
impl Sync for CUDA_ARRAY_DESCRIPTOR_st
impl Unpin for CUDA_ARRAY_DESCRIPTOR_st
impl UnwindSafe for CUDA_ARRAY_DESCRIPTOR_st
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