Struct windows_sys::Win32::Media::DirectShow::TID_EXTENSION
[−]Expand description
Required features: ‘Win32_Media_DirectShow’
Fields
wTidExt: u16
wCount: u16
Trait Implementations
impl Clone for TID_EXTENSION
impl Clone for TID_EXTENSION
impl Copy for TID_EXTENSION
Auto Trait Implementations
impl RefUnwindSafe for TID_EXTENSION
impl Send for TID_EXTENSION
impl Sync for TID_EXTENSION
impl Unpin for TID_EXTENSION
impl UnwindSafe for TID_EXTENSION
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