#[repr(C)]pub struct _DISPLAYCONFIG_SDR_WHITE_LEVEL {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub SDRWhiteLevel: ULONG,
}
Fields§
§header: DISPLAYCONFIG_DEVICE_INFO_HEADER
§SDRWhiteLevel: ULONG
Trait Implementations§
Source§impl Clone for _DISPLAYCONFIG_SDR_WHITE_LEVEL
impl Clone for _DISPLAYCONFIG_SDR_WHITE_LEVEL
Source§fn clone(&self) -> _DISPLAYCONFIG_SDR_WHITE_LEVEL
fn clone(&self) -> _DISPLAYCONFIG_SDR_WHITE_LEVEL
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 moreSource§impl Ord for _DISPLAYCONFIG_SDR_WHITE_LEVEL
impl Ord for _DISPLAYCONFIG_SDR_WHITE_LEVEL
Source§fn cmp(&self, other: &_DISPLAYCONFIG_SDR_WHITE_LEVEL) -> Ordering
fn cmp(&self, other: &_DISPLAYCONFIG_SDR_WHITE_LEVEL) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _DISPLAYCONFIG_SDR_WHITE_LEVEL
impl PartialEq for _DISPLAYCONFIG_SDR_WHITE_LEVEL
Source§fn eq(&self, other: &_DISPLAYCONFIG_SDR_WHITE_LEVEL) -> bool
fn eq(&self, other: &_DISPLAYCONFIG_SDR_WHITE_LEVEL) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _DISPLAYCONFIG_SDR_WHITE_LEVEL
impl PartialOrd for _DISPLAYCONFIG_SDR_WHITE_LEVEL
impl Copy for _DISPLAYCONFIG_SDR_WHITE_LEVEL
impl Eq for _DISPLAYCONFIG_SDR_WHITE_LEVEL
impl StructuralPartialEq for _DISPLAYCONFIG_SDR_WHITE_LEVEL
Auto Trait Implementations§
impl Freeze for _DISPLAYCONFIG_SDR_WHITE_LEVEL
impl RefUnwindSafe for _DISPLAYCONFIG_SDR_WHITE_LEVEL
impl Send for _DISPLAYCONFIG_SDR_WHITE_LEVEL
impl Sync for _DISPLAYCONFIG_SDR_WHITE_LEVEL
impl Unpin for _DISPLAYCONFIG_SDR_WHITE_LEVEL
impl UnwindSafe for _DISPLAYCONFIG_SDR_WHITE_LEVEL
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