#[repr(u32)]pub enum CUpti_ChannelType {
CUPTI_CHANNEL_TYPE_INVALID = 0,
CUPTI_CHANNEL_TYPE_COMPUTE = 1,
CUPTI_CHANNEL_TYPE_ASYNC_MEMCPY = 2,
CUPTI_CHANNEL_TYPE_DECOMP = 3,
CUPTI_CHANNEL_TYPE_FORCE_INT = 2_147_483_647,
}Variants§
CUPTI_CHANNEL_TYPE_INVALID = 0
CUPTI_CHANNEL_TYPE_COMPUTE = 1
CUPTI_CHANNEL_TYPE_ASYNC_MEMCPY = 2
CUPTI_CHANNEL_TYPE_DECOMP = 3
CUPTI_CHANNEL_TYPE_FORCE_INT = 2_147_483_647
Trait Implementations§
Source§impl Clone for CUpti_ChannelType
impl Clone for CUpti_ChannelType
Source§fn clone(&self) -> CUpti_ChannelType
fn clone(&self) -> CUpti_ChannelType
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 CUpti_ChannelType
impl Debug for CUpti_ChannelType
Source§impl Hash for CUpti_ChannelType
impl Hash for CUpti_ChannelType
Source§impl Ord for CUpti_ChannelType
impl Ord for CUpti_ChannelType
Source§fn cmp(&self, other: &CUpti_ChannelType) -> Ordering
fn cmp(&self, other: &CUpti_ChannelType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CUpti_ChannelType
impl PartialEq for CUpti_ChannelType
Source§impl PartialOrd for CUpti_ChannelType
impl PartialOrd for CUpti_ChannelType
impl Copy for CUpti_ChannelType
impl Eq for CUpti_ChannelType
impl StructuralPartialEq for CUpti_ChannelType
Auto Trait Implementations§
impl Freeze for CUpti_ChannelType
impl RefUnwindSafe for CUpti_ChannelType
impl Send for CUpti_ChannelType
impl Sync for CUpti_ChannelType
impl Unpin for CUpti_ChannelType
impl UnsafeUnpin for CUpti_ChannelType
impl UnwindSafe for CUpti_ChannelType
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