#[repr(C)]pub struct UNCOMPRESSEDAUDIOFORMAT {
pub guidFormatType: Guid,
pub dwSamplesPerFrame: u32,
pub dwBytesPerSampleContainer: u32,
pub dwValidBitsPerSample: u32,
pub fFramesPerSecond: f32,
pub dwChannelMask: u32,
}Fields§
§guidFormatType: Guid§dwSamplesPerFrame: u32§dwBytesPerSampleContainer: u32§dwValidBitsPerSample: u32§fFramesPerSecond: f32§dwChannelMask: u32Trait Implementations§
Source§impl Abi for UNCOMPRESSEDAUDIOFORMAT
impl Abi for UNCOMPRESSEDAUDIOFORMAT
Source§type Abi = UNCOMPRESSEDAUDIOFORMAT
type Abi = UNCOMPRESSEDAUDIOFORMAT
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 UNCOMPRESSEDAUDIOFORMAT
impl Clone for UNCOMPRESSEDAUDIOFORMAT
Source§fn clone(&self) -> UNCOMPRESSEDAUDIOFORMAT
fn clone(&self) -> UNCOMPRESSEDAUDIOFORMAT
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 UNCOMPRESSEDAUDIOFORMAT
impl Debug for UNCOMPRESSEDAUDIOFORMAT
Source§impl Default for UNCOMPRESSEDAUDIOFORMAT
impl Default for UNCOMPRESSEDAUDIOFORMAT
Source§impl PartialEq for UNCOMPRESSEDAUDIOFORMAT
impl PartialEq for UNCOMPRESSEDAUDIOFORMAT
impl Copy for UNCOMPRESSEDAUDIOFORMAT
impl Eq for UNCOMPRESSEDAUDIOFORMAT
Auto Trait Implementations§
impl Freeze for UNCOMPRESSEDAUDIOFORMAT
impl RefUnwindSafe for UNCOMPRESSEDAUDIOFORMAT
impl Send for UNCOMPRESSEDAUDIOFORMAT
impl Sync for UNCOMPRESSEDAUDIOFORMAT
impl Unpin for UNCOMPRESSEDAUDIOFORMAT
impl UnwindSafe for UNCOMPRESSEDAUDIOFORMAT
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