pub struct NvAudioHandle(/* private fields */);Expand description
NVIDIA HD Audio Device
Trait Implementations§
Source§impl Clone for NvAudioHandle
impl Clone for NvAudioHandle
Source§fn clone(&self) -> NvAudioHandle
fn clone(&self) -> NvAudioHandle
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 NvAudioHandle
Source§impl Debug for NvAudioHandle
impl Debug for NvAudioHandle
Auto Trait Implementations§
impl !Send for NvAudioHandle
impl !Sync for NvAudioHandle
impl Freeze for NvAudioHandle
impl RefUnwindSafe for NvAudioHandle
impl Unpin for NvAudioHandle
impl UnsafeUnpin for NvAudioHandle
impl UnwindSafe for NvAudioHandle
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