#[repr(C)]pub struct DISPLAYCONFIG_SDR_WHITE_LEVEL {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub SDRWhiteLevel: u32,
}Fields§
§header: DISPLAYCONFIG_DEVICE_INFO_HEADER§SDRWhiteLevel: u32Trait Implementations§
Source§impl Abi for DISPLAYCONFIG_SDR_WHITE_LEVEL
impl Abi for DISPLAYCONFIG_SDR_WHITE_LEVEL
Source§type Abi = DISPLAYCONFIG_SDR_WHITE_LEVEL
type Abi = DISPLAYCONFIG_SDR_WHITE_LEVEL
The abi representation of the implementing type. Read more
type DefaultType = DISPLAYCONFIG_SDR_WHITE_LEVEL
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 moreimpl Copy for DISPLAYCONFIG_SDR_WHITE_LEVEL
impl Eq 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