Struct windows_sys::Win32::Media::KernelStreaming::TRANSPORT_STATE
[−]Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
Mode: u32
State: u32
Trait Implementations
impl Clone for TRANSPORT_STATE
impl Clone for TRANSPORT_STATE
impl Copy for TRANSPORT_STATE
Auto Trait Implementations
impl RefUnwindSafe for TRANSPORT_STATE
impl Send for TRANSPORT_STATE
impl Sync for TRANSPORT_STATE
impl Unpin for TRANSPORT_STATE
impl UnwindSafe for TRANSPORT_STATE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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