Struct windows_sys::Win32::Media::DirectShow::MPEG_WINSOCK
[−]#[repr(C, packed(1))]pub struct MPEG_WINSOCK {
pub AVMGraphId: u32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
AVMGraphId: u32
Trait Implementations
impl Clone for MPEG_WINSOCK
impl Clone for MPEG_WINSOCK
impl Copy for MPEG_WINSOCK
Auto Trait Implementations
impl RefUnwindSafe for MPEG_WINSOCK
impl Send for MPEG_WINSOCK
impl Sync for MPEG_WINSOCK
impl Unpin for MPEG_WINSOCK
impl UnwindSafe for MPEG_WINSOCK
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