#[repr(C)]pub struct CUdevprop_st {
pub maxThreadsPerBlock: c_int,
pub maxThreadsDim: [c_int; 3],
pub maxGridSize: [c_int; 3],
pub sharedMemPerBlock: c_int,
pub totalConstantMemory: c_int,
pub SIMDWidth: c_int,
pub memPitch: c_int,
pub regsPerBlock: c_int,
pub clockRate: c_int,
pub textureAlign: c_int,
}Fields§
§maxThreadsPerBlock: c_int§maxThreadsDim: [c_int; 3]§maxGridSize: [c_int; 3]§totalConstantMemory: c_int§SIMDWidth: c_int§memPitch: c_int§regsPerBlock: c_int§clockRate: c_int§textureAlign: c_intTrait Implementations§
Source§impl Clone for CUdevprop_st
impl Clone for CUdevprop_st
Source§impl Debug for CUdevprop_st
impl Debug for CUdevprop_st
impl Copy for CUdevprop_st
Auto Trait Implementations§
impl Freeze for CUdevprop_st
impl RefUnwindSafe for CUdevprop_st
impl Send for CUdevprop_st
impl Sync for CUdevprop_st
impl Unpin for CUdevprop_st
impl UnwindSafe for CUdevprop_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