Struct AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
#[repr(C)]pub struct AUDIO_ENDPOINT_SHARED_CREATE_PARAMS {
pub u32Size: u32,
pub u32TSSessionId: u32,
pub targetEndpointConnectorType: EndpointConnectorType,
pub wfxDeviceFormat: WAVEFORMATEX,
}
Fields§
§u32Size: u32
§u32TSSessionId: u32
§targetEndpointConnectorType: EndpointConnectorType
§wfxDeviceFormat: WAVEFORMATEX
Trait Implementations§
§impl Clone for AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
impl Clone for AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
§fn clone(&self) -> AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
fn clone(&self) -> AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
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 AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
Auto Trait Implementations§
impl Freeze for AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
impl RefUnwindSafe for AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
impl Send for AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
impl Sync for AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
impl Unpin for AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
impl UnwindSafe for AUDIO_ENDPOINT_SHARED_CREATE_PARAMS
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