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