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 (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 NvGSyncDeviceHandle
Source§impl Debug for NvGSyncDeviceHandle
impl Debug for NvGSyncDeviceHandle
Auto Trait Implementations§
impl !Send for NvGSyncDeviceHandle
impl !Sync for NvGSyncDeviceHandle
impl Freeze for NvGSyncDeviceHandle
impl RefUnwindSafe for NvGSyncDeviceHandle
impl Unpin for NvGSyncDeviceHandle
impl UnsafeUnpin 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