Struct windows_sys::Win32::Media::DirectShow::REGPINTYPES
[−]Expand description
Required features: "Win32_Media_DirectShow"
Fields
clsMajorType: *const GUID
clsMinorType: *const GUID
Trait Implementations
impl Clone for REGPINTYPES
impl Clone for REGPINTYPES
impl Copy for REGPINTYPES
Auto Trait Implementations
impl RefUnwindSafe for REGPINTYPES
impl !Send for REGPINTYPES
impl !Sync for REGPINTYPES
impl Unpin for REGPINTYPES
impl UnwindSafe for REGPINTYPES
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