Struct windows_sys::Win32::Media::Audio::DirectMusic::POOLTABLE
[−]Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
cbSize: u32
cCues: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for POOLTABLE
impl Send for POOLTABLE
impl Sync for POOLTABLE
impl Unpin for POOLTABLE
impl UnwindSafe for POOLTABLE
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