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: BOOLMediaType: u32RecordInhibit: BOOLTrait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more