Struct windows_sys::Win32::Media::Audio::DirectMusic::_rloop
[−]#[repr(C)]pub struct _rloop {
pub cbSize: u32,
pub ulType: u32,
pub ulStart: u32,
pub ulLength: u32,
}
Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
cbSize: u32
ulType: u32
ulStart: u32
ulLength: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _rloop
impl Send for _rloop
impl Sync for _rloop
impl Unpin for _rloop
impl UnwindSafe for _rloop
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