Struct webview2_com::Windows::Win32::UI::HiDpi::PROCESS_DPI_AWARENESS [−][src]
#[repr(transparent)]pub struct PROCESS_DPI_AWARENESS(pub i32);Tuple Fields
0: i32Trait Implementations
type Abi = PROCESS_DPI_AWARENESS
type Abi = PROCESS_DPI_AWARENESS
The abi representation of the implementing type. Read more
type DefaultType = PROCESS_DPI_AWARENESS
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PROCESS_DPI_AWARENESS
impl Send for PROCESS_DPI_AWARENESS
impl Sync for PROCESS_DPI_AWARENESS
impl Unpin for PROCESS_DPI_AWARENESS
impl UnwindSafe for PROCESS_DPI_AWARENESS
Blanket Implementations
Mutably borrows from an owned value. Read more