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