Struct windows_sys::Win32::Media::KernelStreaming::TRANSPORTSTATUS
[−]#[repr(C)]pub struct TRANSPORTSTATUS {}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
Mode: i32
LastError: i32
RecordInhibit: i32
ServoLock: i32
MediaPresent: i32
MediaLength: i32
MediaSize: i32
MediaTrackCount: i32
MediaTrackLength: i32
MediaTrackSide: i32
MediaType: i32
LinkMode: i32
NotifyOn: i32
Trait 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