#[repr(C)]pub struct AudioClientProperties {
pub cbSize: u32,
pub bIsOffload: BOOL,
pub eCategory: AUDIO_STREAM_CATEGORY,
pub Options: AUDCLNT_STREAMOPTIONS,
}Fields§
§cbSize: u32§bIsOffload: BOOL§eCategory: AUDIO_STREAM_CATEGORY§Options: AUDCLNT_STREAMOPTIONSTrait Implementations§
Source§impl Abi for AudioClientProperties
impl Abi for AudioClientProperties
Source§type Abi = AudioClientProperties
type Abi = AudioClientProperties
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for AudioClientProperties
impl Clone for AudioClientProperties
Source§fn clone(&self) -> AudioClientProperties
fn clone(&self) -> AudioClientProperties
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 AudioClientProperties
impl Debug for AudioClientProperties
Source§impl Default for AudioClientProperties
impl Default for AudioClientProperties
Source§impl PartialEq for AudioClientProperties
impl PartialEq for AudioClientProperties
impl Copy for AudioClientProperties
impl Eq for AudioClientProperties
Auto Trait Implementations§
impl Freeze for AudioClientProperties
impl RefUnwindSafe for AudioClientProperties
impl Send for AudioClientProperties
impl Sync for AudioClientProperties
impl Unpin for AudioClientProperties
impl UnwindSafe for AudioClientProperties
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