pub struct NvEventHandle(/* private fields */);Expand description
A handle to an event registration instance
Trait Implementations§
Source§impl Clone for NvEventHandle
impl Clone for NvEventHandle
Source§fn clone(&self) -> NvEventHandle
fn clone(&self) -> NvEventHandle
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 NvEventHandle
Source§impl Debug for NvEventHandle
impl Debug for NvEventHandle
Auto Trait Implementations§
impl !Send for NvEventHandle
impl !Sync for NvEventHandle
impl Freeze for NvEventHandle
impl RefUnwindSafe for NvEventHandle
impl Unpin for NvEventHandle
impl UnsafeUnpin for NvEventHandle
impl UnwindSafe for NvEventHandle
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