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