Struct MPEG_BCS_DEMUX
#[repr(C, packed(1))]pub struct MPEG_BCS_DEMUX {
pub AVMGraphId: u32,
}
Fields§
§AVMGraphId: u32
Trait Implementations§
§impl Clone for MPEG_BCS_DEMUX
impl Clone for MPEG_BCS_DEMUX
§fn clone(&self) -> MPEG_BCS_DEMUX
fn clone(&self) -> MPEG_BCS_DEMUX
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_BCS_DEMUX
impl Default for MPEG_BCS_DEMUX
impl Copy for MPEG_BCS_DEMUX
Auto Trait Implementations§
impl Freeze for MPEG_BCS_DEMUX
impl RefUnwindSafe for MPEG_BCS_DEMUX
impl Send for MPEG_BCS_DEMUX
impl Sync for MPEG_BCS_DEMUX
impl Unpin for MPEG_BCS_DEMUX
impl UnwindSafe for MPEG_BCS_DEMUX
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