Struct windows_sys::Win32::Graphics::Dwm::UNSIGNED_RATIO
[−]Expand description
Required features: ‘Win32_Graphics_Dwm’
Fields
uiNumerator: u32
uiDenominator: u32
Trait Implementations
impl Clone for UNSIGNED_RATIO
impl Clone for UNSIGNED_RATIO
impl Copy for UNSIGNED_RATIO
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more