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