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