Struct windows_sys::Graphics::Display::NitRange
[−]Expand description
Required features: ‘Graphics_Display’
Fields
MinNits: f32
MaxNits: f32
StepSizeNits: f32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NitRange
impl Send for NitRange
impl Sync for NitRange
impl Unpin for NitRange
impl UnwindSafe for NitRange
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