#[repr(C)]pub struct nvtxResourceAttributes_v0 {
pub version: u16,
pub size: u16,
pub identifierType: i32,
pub identifier: nvtxResourceAttributes_v0_identifier_t,
pub messageType: i32,
pub message: nvtxMessageValue_t,
}Fields§
§version: u16§size: u16§identifierType: i32§identifier: nvtxResourceAttributes_v0_identifier_t§messageType: i32§message: nvtxMessageValue_tTrait Implementations§
Source§impl Clone for nvtxResourceAttributes_v0
impl Clone for nvtxResourceAttributes_v0
Source§fn clone(&self) -> nvtxResourceAttributes_v0
fn clone(&self) -> nvtxResourceAttributes_v0
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 nvtxResourceAttributes_v0
Auto Trait Implementations§
impl !Send for nvtxResourceAttributes_v0
impl !Sync for nvtxResourceAttributes_v0
impl Freeze for nvtxResourceAttributes_v0
impl RefUnwindSafe for nvtxResourceAttributes_v0
impl Unpin for nvtxResourceAttributes_v0
impl UnsafeUnpin for nvtxResourceAttributes_v0
impl UnwindSafe for nvtxResourceAttributes_v0
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