#[repr(C)]pub struct WMT_WEBSTREAM_FORMAT {
pub cbSize: u16,
pub cbSampleHeaderFixedData: u16,
pub wVersion: u16,
pub wReserved: u16,
}
Expand description
Required features: "Win32_Media_WindowsMediaFormat"
Fields
cbSize: u16
cbSampleHeaderFixedData: u16
wVersion: u16
wReserved: u16
Trait Implementations
impl Clone for WMT_WEBSTREAM_FORMAT
impl Clone for WMT_WEBSTREAM_FORMAT
impl Copy for WMT_WEBSTREAM_FORMAT
Auto Trait Implementations
impl RefUnwindSafe for WMT_WEBSTREAM_FORMAT
impl Send for WMT_WEBSTREAM_FORMAT
impl Sync for WMT_WEBSTREAM_FORMAT
impl Unpin for WMT_WEBSTREAM_FORMAT
impl UnwindSafe for WMT_WEBSTREAM_FORMAT
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