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