#[repr(C)]pub struct MFT_STREAM_STATE_PARAM {
pub StreamId: u32,
pub State: MF_STREAM_STATE,
}
Expand description
Required features: ‘Win32_Media_MediaFoundation’
Fields
StreamId: u32
State: MF_STREAM_STATE
Trait Implementations
impl Clone for MFT_STREAM_STATE_PARAM
impl Clone for MFT_STREAM_STATE_PARAM
impl Copy for MFT_STREAM_STATE_PARAM
Auto Trait Implementations
impl RefUnwindSafe for MFT_STREAM_STATE_PARAM
impl Send for MFT_STREAM_STATE_PARAM
impl Sync for MFT_STREAM_STATE_PARAM
impl Unpin for MFT_STREAM_STATE_PARAM
impl UnwindSafe for MFT_STREAM_STATE_PARAM
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