#[repr(C, packed(2))]pub struct WM_STREAM_PRIORITY_RECORD {
pub wStreamNumber: u16,
pub fMandatory: BOOL,
}
Expand description
Required features: "Win32_Media_WindowsMediaFormat"
, "Win32_Foundation"
Fields
wStreamNumber: u16
fMandatory: BOOL
Trait Implementations
impl Clone for WM_STREAM_PRIORITY_RECORD
impl Clone for WM_STREAM_PRIORITY_RECORD
impl Copy for WM_STREAM_PRIORITY_RECORD
Auto Trait Implementations
impl RefUnwindSafe for WM_STREAM_PRIORITY_RECORD
impl Send for WM_STREAM_PRIORITY_RECORD
impl Sync for WM_STREAM_PRIORITY_RECORD
impl Unpin for WM_STREAM_PRIORITY_RECORD
impl UnwindSafe for WM_STREAM_PRIORITY_RECORD
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