Struct MFT_INPUT_STREAM_INFO
#[repr(C)]pub struct MFT_INPUT_STREAM_INFO {
pub hnsMaxLatency: i64,
pub dwFlags: u32,
pub cbSize: u32,
pub cbMaxLookahead: u32,
pub cbAlignment: u32,
}
Fields§
§hnsMaxLatency: i64
§dwFlags: u32
§cbSize: u32
§cbMaxLookahead: u32
§cbAlignment: u32
Trait Implementations§
§impl Clone for MFT_INPUT_STREAM_INFO
impl Clone for MFT_INPUT_STREAM_INFO
§fn clone(&self) -> MFT_INPUT_STREAM_INFO
fn clone(&self) -> MFT_INPUT_STREAM_INFO
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_INPUT_STREAM_INFO
impl Debug for MFT_INPUT_STREAM_INFO
§impl Default for MFT_INPUT_STREAM_INFO
impl Default for MFT_INPUT_STREAM_INFO
§impl PartialEq for MFT_INPUT_STREAM_INFO
impl PartialEq for MFT_INPUT_STREAM_INFO
impl Copy for MFT_INPUT_STREAM_INFO
impl StructuralPartialEq for MFT_INPUT_STREAM_INFO
Auto Trait Implementations§
impl Freeze for MFT_INPUT_STREAM_INFO
impl RefUnwindSafe for MFT_INPUT_STREAM_INFO
impl Send for MFT_INPUT_STREAM_INFO
impl Sync for MFT_INPUT_STREAM_INFO
impl Unpin for MFT_INPUT_STREAM_INFO
impl UnwindSafe for MFT_INPUT_STREAM_INFO
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