Struct CUdevprop_st
#[repr(C)]pub struct CUdevprop_st {
pub maxThreadsPerBlock: i32,
pub maxThreadsDim: [i32; 3],
pub maxGridSize: [i32; 3],
pub sharedMemPerBlock: i32,
pub totalConstantMemory: i32,
pub SIMDWidth: i32,
pub memPitch: i32,
pub regsPerBlock: i32,
pub clockRate: i32,
pub textureAlign: i32,
}Fields§
§maxThreadsPerBlock: i32§maxThreadsDim: [i32; 3]§maxGridSize: [i32; 3]§totalConstantMemory: i32§SIMDWidth: i32§memPitch: i32§regsPerBlock: i32§clockRate: i32§textureAlign: i32Trait Implementations§
§impl Clone for CUdevprop_st
impl Clone for CUdevprop_st
§fn clone(&self) -> CUdevprop_st
fn clone(&self) -> CUdevprop_st
Returns a duplicate 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 more§impl Debug for CUdevprop_st
impl Debug for CUdevprop_st
§impl Hash for CUdevprop_st
impl Hash for CUdevprop_st
§impl Ord for CUdevprop_st
impl Ord for CUdevprop_st
§impl PartialEq for CUdevprop_st
impl PartialEq for CUdevprop_st
§impl PartialOrd for CUdevprop_st
impl PartialOrd for CUdevprop_st
impl Copy for CUdevprop_st
impl Eq for CUdevprop_st
impl StructuralPartialEq 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 UnsafeUnpin 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more