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