pub struct NvGSyncDeviceHandle(/* private fields */);Expand description
A handle to a Sync device
Trait Implementations§
Source§impl Clone for NvGSyncDeviceHandle
impl Clone for NvGSyncDeviceHandle
Source§fn clone(&self) -> NvGSyncDeviceHandle
fn clone(&self) -> NvGSyncDeviceHandle
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 NvGSyncDeviceHandle
impl Debug for NvGSyncDeviceHandle
Source§impl Default for NvGSyncDeviceHandle
impl Default for NvGSyncDeviceHandle
impl Copy for NvGSyncDeviceHandle
Auto Trait Implementations§
impl Freeze for NvGSyncDeviceHandle
impl RefUnwindSafe for NvGSyncDeviceHandle
impl !Send for NvGSyncDeviceHandle
impl !Sync for NvGSyncDeviceHandle
impl Unpin for NvGSyncDeviceHandle
impl UnwindSafe for NvGSyncDeviceHandle
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