Struct AudioExtensionParams
#[repr(C)]pub struct AudioExtensionParams {
pub AddPageParam: LPARAM,
pub pEndpoint: *mut c_void,
pub pPnpInterface: *mut c_void,
pub pPnpDevnode: *mut c_void,
}
Fields§
§AddPageParam: LPARAM
§pEndpoint: *mut c_void
§pPnpInterface: *mut c_void
§pPnpDevnode: *mut c_void
Trait Implementations§
§impl Clone for AudioExtensionParams
impl Clone for AudioExtensionParams
§fn clone(&self) -> AudioExtensionParams
fn clone(&self) -> AudioExtensionParams
Returns a copy 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 moreimpl Copy for AudioExtensionParams
Auto Trait Implementations§
impl Freeze for AudioExtensionParams
impl RefUnwindSafe for AudioExtensionParams
impl !Send for AudioExtensionParams
impl !Sync for AudioExtensionParams
impl Unpin for AudioExtensionParams
impl UnwindSafe for AudioExtensionParams
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