Struct windows_sys::Win32::Media::KernelStreaming::KSWAVETABLE_WAVE_DESC
[−]#[repr(C)]pub struct KSWAVETABLE_WAVE_DESC {
pub Identifier: KSIDENTIFIER,
pub Size: u32,
pub Looped: BOOL,
pub LoopPoint: u32,
pub InROM: BOOL,
pub Format: KSDATAFORMAT,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
, "Win32_Foundation"
Fields
Identifier: KSIDENTIFIER
Size: u32
Looped: BOOL
LoopPoint: u32
InROM: BOOL
Format: KSDATAFORMAT
Trait Implementations
impl Clone for KSWAVETABLE_WAVE_DESC
impl Clone for KSWAVETABLE_WAVE_DESC
impl Copy for KSWAVETABLE_WAVE_DESC
Auto Trait Implementations
impl RefUnwindSafe for KSWAVETABLE_WAVE_DESC
impl Send for KSWAVETABLE_WAVE_DESC
impl Sync for KSWAVETABLE_WAVE_DESC
impl Unpin for KSWAVETABLE_WAVE_DESC
impl UnwindSafe for KSWAVETABLE_WAVE_DESC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more