#[repr(transparent)]pub struct CUdevResourceType(pub c_uint);
Expand description
\typedef enum CUdevResourceType Type of resource
Tuple Fields§
§0: c_uint
Implementations§
Source§impl CUdevResourceType
impl CUdevResourceType
Sourcepub const CU_DEV_RESOURCE_TYPE_SM: CUdevResourceType
pub const CU_DEV_RESOURCE_TYPE_SM: CUdevResourceType
< Streaming multiprocessors related information
Trait Implementations§
Source§impl Clone for CUdevResourceType
impl Clone for CUdevResourceType
Source§fn clone(&self) -> CUdevResourceType
fn clone(&self) -> CUdevResourceType
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 moreSource§impl Debug for CUdevResourceType
impl Debug for CUdevResourceType
Source§impl Hash for CUdevResourceType
impl Hash for CUdevResourceType
Source§impl PartialEq for CUdevResourceType
impl PartialEq for CUdevResourceType
impl Copy for CUdevResourceType
impl Eq for CUdevResourceType
impl StructuralPartialEq for CUdevResourceType
Auto Trait Implementations§
impl Freeze for CUdevResourceType
impl RefUnwindSafe for CUdevResourceType
impl Send for CUdevResourceType
impl Sync for CUdevResourceType
impl Unpin for CUdevResourceType
impl UnwindSafe for CUdevResourceType
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