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