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