Struct windows::Win32::Devices::Display::DISPLAY_BRIGHTNESS
#[repr(C)]pub struct DISPLAY_BRIGHTNESS {
pub ucDisplayPolicy: u8,
pub ucACBrightness: u8,
pub ucDCBrightness: u8,
}
Fields§
§ucDisplayPolicy: u8
§ucACBrightness: u8
§ucDCBrightness: u8
Trait Implementations§
§impl Clone for DISPLAY_BRIGHTNESS
impl Clone for DISPLAY_BRIGHTNESS
§fn clone(&self) -> DISPLAY_BRIGHTNESS
fn clone(&self) -> DISPLAY_BRIGHTNESS
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 Debug for DISPLAY_BRIGHTNESS
impl Debug for DISPLAY_BRIGHTNESS
§impl Default for DISPLAY_BRIGHTNESS
impl Default for DISPLAY_BRIGHTNESS
§impl PartialEq for DISPLAY_BRIGHTNESS
impl PartialEq for DISPLAY_BRIGHTNESS
§fn eq(&self, other: &DISPLAY_BRIGHTNESS) -> bool
fn eq(&self, other: &DISPLAY_BRIGHTNESS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DISPLAY_BRIGHTNESS
impl Eq for DISPLAY_BRIGHTNESS
impl StructuralPartialEq for DISPLAY_BRIGHTNESS
Auto Trait Implementations§
impl Freeze for DISPLAY_BRIGHTNESS
impl RefUnwindSafe for DISPLAY_BRIGHTNESS
impl Send for DISPLAY_BRIGHTNESS
impl Sync for DISPLAY_BRIGHTNESS
impl Unpin for DISPLAY_BRIGHTNESS
impl UnwindSafe for DISPLAY_BRIGHTNESS
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
)