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