#[repr(C)]pub struct DXVAHD_RATIONAL {
pub Numerator: UINT,
pub Denominator: UINT,
}
Fields§
§Numerator: UINT
§Denominator: UINT
Trait Implementations§
Source§impl Clone for DXVAHD_RATIONAL
impl Clone for DXVAHD_RATIONAL
Source§fn clone(&self) -> DXVAHD_RATIONAL
fn clone(&self) -> DXVAHD_RATIONAL
Returns a duplicate 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 moreSource§impl Default for DXVAHD_RATIONAL
impl Default for DXVAHD_RATIONAL
Source§fn default() -> DXVAHD_RATIONAL
fn default() -> DXVAHD_RATIONAL
Returns the “default value” for a type. Read more
impl Copy for DXVAHD_RATIONAL
Auto Trait Implementations§
impl Freeze for DXVAHD_RATIONAL
impl RefUnwindSafe for DXVAHD_RATIONAL
impl Send for DXVAHD_RATIONAL
impl Sync for DXVAHD_RATIONAL
impl Unpin for DXVAHD_RATIONAL
impl UnwindSafe for DXVAHD_RATIONAL
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