Struct windows_sys::Win32::Media::KernelStreaming::TRANSPORTSTATUS
[−]#[repr(C)]pub struct TRANSPORTSTATUS {}Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
Mode: i32LastError: i32RecordInhibit: i32ServoLock: i32MediaPresent: i32MediaLength: i32MediaSize: i32MediaTrackCount: i32MediaTrackLength: i32MediaTrackSide: i32MediaType: i32LinkMode: i32NotifyOn: i32Trait Implementations
impl Clone for TRANSPORTSTATUS
impl Clone for TRANSPORTSTATUS
impl Copy for TRANSPORTSTATUS
Auto Trait Implementations
impl RefUnwindSafe for TRANSPORTSTATUS
impl Send for TRANSPORTSTATUS
impl Sync for TRANSPORTSTATUS
impl Unpin for TRANSPORTSTATUS
impl UnwindSafe for TRANSPORTSTATUS
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