Struct windows::Win32::Graphics::Dwm::UNSIGNED_RATIO
#[repr(C, packed(1))]pub struct UNSIGNED_RATIO {
pub uiNumerator: u32,
pub uiDenominator: u32,
}
Fields§
§uiNumerator: u32
§uiDenominator: u32
Trait Implementations§
§impl Clone for UNSIGNED_RATIO
impl Clone for UNSIGNED_RATIO
§fn clone(&self) -> UNSIGNED_RATIO
fn clone(&self) -> UNSIGNED_RATIO
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 UNSIGNED_RATIO
impl Default for UNSIGNED_RATIO
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)