Struct MPEG_WINSOCK
#[repr(C, packed(1))]pub struct MPEG_WINSOCK {
pub AVMGraphId: u32,
}
Fields§
§AVMGraphId: u32
Trait Implementations§
§impl Clone for MPEG_WINSOCK
impl Clone for MPEG_WINSOCK
§fn clone(&self) -> MPEG_WINSOCK
fn clone(&self) -> MPEG_WINSOCK
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for MPEG_WINSOCK
impl Default for MPEG_WINSOCK
impl Copy for MPEG_WINSOCK
Auto Trait Implementations§
impl Freeze for MPEG_WINSOCK
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more