Struct windows_sys::Win32::Media::Multimedia::DRMWAVEFORMAT
#[repr(C, packed(1))]pub struct DRMWAVEFORMAT {
pub wfx: WAVEFORMATEX,
pub wReserved: u16,
pub ulContentId: u32,
pub wfxSecure: WAVEFORMATEX,
}
Expand description
Required features: "Win32_Media_Audio"
Fields§
§wfx: WAVEFORMATEX
§wReserved: u16
§ulContentId: u32
§wfxSecure: WAVEFORMATEX
Trait Implementations§
§impl Clone for DRMWAVEFORMAT
impl Clone for DRMWAVEFORMAT
impl Copy for DRMWAVEFORMAT
Auto Trait Implementations§
impl RefUnwindSafe for DRMWAVEFORMAT
impl Send for DRMWAVEFORMAT
impl Sync for DRMWAVEFORMAT
impl Unpin for DRMWAVEFORMAT
impl UnwindSafe for DRMWAVEFORMAT
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