Struct windows_sys::Win32::Media::KernelStreaming::KSMUSICFORMAT
#[repr(C)]pub struct KSMUSICFORMAT {
pub TimeDeltaMs: u32,
pub ByteCount: u32,
}Fields§
§TimeDeltaMs: u32§ByteCount: u32Trait 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more