Struct MFT_STREAM_STATE_PARAM
#[repr(C)]pub struct MFT_STREAM_STATE_PARAM {
pub StreamId: u32,
pub State: MF_STREAM_STATE,
}
Fields§
§StreamId: u32
§State: MF_STREAM_STATE
Trait Implementations§
§impl Clone for MFT_STREAM_STATE_PARAM
impl Clone for MFT_STREAM_STATE_PARAM
§fn clone(&self) -> MFT_STREAM_STATE_PARAM
fn clone(&self) -> MFT_STREAM_STATE_PARAM
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MFT_STREAM_STATE_PARAM
impl Debug for MFT_STREAM_STATE_PARAM
§impl Default for MFT_STREAM_STATE_PARAM
impl Default for MFT_STREAM_STATE_PARAM
§impl PartialEq for MFT_STREAM_STATE_PARAM
impl PartialEq for MFT_STREAM_STATE_PARAM
impl Copy for MFT_STREAM_STATE_PARAM
impl StructuralPartialEq for MFT_STREAM_STATE_PARAM
Auto Trait Implementations§
impl Freeze for MFT_STREAM_STATE_PARAM
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§
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