#[repr(u32)]pub enum nvtxMessageType_t {
NVTX_MESSAGE_UNKNOWN = 0,
NVTX_MESSAGE_TYPE_ASCII = 1,
NVTX_MESSAGE_TYPE_UNICODE = 2,
NVTX_MESSAGE_TYPE_REGISTERED = 3,
}Variants§
NVTX_MESSAGE_UNKNOWN = 0
NVTX_MESSAGE_TYPE_ASCII = 1
NVTX_MESSAGE_TYPE_UNICODE = 2
NVTX_MESSAGE_TYPE_REGISTERED = 3
Trait Implementations§
Source§impl Clone for nvtxMessageType_t
impl Clone for nvtxMessageType_t
Source§fn clone(&self) -> nvtxMessageType_t
fn clone(&self) -> nvtxMessageType_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for nvtxMessageType_t
Source§impl Debug for nvtxMessageType_t
impl Debug for nvtxMessageType_t
impl Eq for nvtxMessageType_t
Source§impl From<nvtxMessageType_t> for i32
impl From<nvtxMessageType_t> for i32
Source§fn from(value: MessageType) -> Self
fn from(value: MessageType) -> Self
Converts to this type from the input type.
Source§impl Hash for nvtxMessageType_t
impl Hash for nvtxMessageType_t
Source§impl PartialEq for nvtxMessageType_t
impl PartialEq for nvtxMessageType_t
impl StructuralPartialEq for nvtxMessageType_t
Auto Trait Implementations§
impl Freeze for nvtxMessageType_t
impl RefUnwindSafe for nvtxMessageType_t
impl Send for nvtxMessageType_t
impl Sync for nvtxMessageType_t
impl Unpin for nvtxMessageType_t
impl UnsafeUnpin for nvtxMessageType_t
impl UnwindSafe for nvtxMessageType_t
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