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