Struct windows_sys::Win32::Media::KernelStreaming::MEDIUM_INFO
[−]#[repr(C)]pub struct MEDIUM_INFO {
pub MediaPresent: BOOL,
pub MediaType: u32,
pub RecordInhibit: BOOL,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
, "Win32_Foundation"
Fields
MediaPresent: BOOL
MediaType: u32
RecordInhibit: BOOL
Trait Implementations
impl Clone for MEDIUM_INFO
impl Clone for MEDIUM_INFO
impl Copy for MEDIUM_INFO
Auto Trait Implementations
impl RefUnwindSafe for MEDIUM_INFO
impl Send for MEDIUM_INFO
impl Sync for MEDIUM_INFO
impl Unpin for MEDIUM_INFO
impl UnwindSafe for MEDIUM_INFO
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