Struct windows_sys::Win32::Graphics::Dxgi::Common::DXGI_RATIONAL
[−]Expand description
Required features: ‘Win32_Graphics_Dxgi_Common’
Fields
Numerator: u32
Denominator: u32
Trait Implementations
impl Clone for DXGI_RATIONAL
impl Clone for DXGI_RATIONAL
impl Copy for DXGI_RATIONAL
Auto Trait Implementations
impl RefUnwindSafe for DXGI_RATIONAL
impl Send for DXGI_RATIONAL
impl Sync for DXGI_RATIONAL
impl Unpin for DXGI_RATIONAL
impl UnwindSafe for DXGI_RATIONAL
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