Struct windows_sys::Win32::Media::KernelStreaming::KSMUSICFORMAT
[−]Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
TimeDeltaMs: u32
ByteCount: u32
Trait Implementations
impl Clone for KSMUSICFORMAT
impl Clone for KSMUSICFORMAT
impl Copy for KSMUSICFORMAT
Auto Trait Implementations
impl RefUnwindSafe for KSMUSICFORMAT
impl Send for KSMUSICFORMAT
impl Sync for KSMUSICFORMAT
impl Unpin for KSMUSICFORMAT
impl UnwindSafe for KSMUSICFORMAT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more