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 · 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 NvEventHandle
impl Debug for NvEventHandle
Source§impl Default for NvEventHandle
impl Default for NvEventHandle
impl Copy for NvEventHandle
Auto Trait Implementations§
impl Freeze for NvEventHandle
impl RefUnwindSafe for NvEventHandle
impl !Send for NvEventHandle
impl !Sync for NvEventHandle
impl Unpin 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