Struct windows_sys::Win32::Media::DirectShow::REGPINMEDIUM
[−]Expand description
Required features: "Win32_Media_DirectShow"
Fields
clsMedium: GUID
dw1: u32
dw2: u32
Trait Implementations
impl Clone for REGPINMEDIUM
impl Clone for REGPINMEDIUM
impl Copy for REGPINMEDIUM
Auto Trait Implementations
impl RefUnwindSafe for REGPINMEDIUM
impl Send for REGPINMEDIUM
impl Sync for REGPINMEDIUM
impl Unpin for REGPINMEDIUM
impl UnwindSafe for REGPINMEDIUM
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