pub struct NvDisplayHandle(/* private fields */);Expand description
Display Device driven by NVIDIA GPU(s) (an attached display)
Trait Implementations§
Source§impl Clone for NvDisplayHandle
impl Clone for NvDisplayHandle
Source§fn clone(&self) -> NvDisplayHandle
fn clone(&self) -> NvDisplayHandle
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 NvDisplayHandle
Source§impl Debug for NvDisplayHandle
impl Debug for NvDisplayHandle
Auto Trait Implementations§
impl !Send for NvDisplayHandle
impl !Sync for NvDisplayHandle
impl Freeze for NvDisplayHandle
impl RefUnwindSafe for NvDisplayHandle
impl Unpin for NvDisplayHandle
impl UnsafeUnpin for NvDisplayHandle
impl UnwindSafe for NvDisplayHandle
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