Struct windows_sys::Win32::Media::Audio::DirectMusic::WLOOP
[−]#[repr(C)]pub struct WLOOP {
pub cbSize: u32,
pub ulType: u32,
pub ulStart: u32,
pub ulLength: u32,
}Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
cbSize: u32ulType: u32ulStart: u32ulLength: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WLOOP
impl Send for WLOOP
impl Sync for WLOOP
impl Unpin for WLOOP
impl UnwindSafe for WLOOP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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