Struct webview2_com_sys::Windows::Win32::System::SystemServices::DPI_AWARENESS_CONTEXT [−][src]
#[repr(transparent)]pub struct DPI_AWARENESS_CONTEXT(pub isize);Tuple Fields
0: isizeImplementations
Trait Implementations
type DefaultType = Self
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Auto Trait Implementations
impl RefUnwindSafe for DPI_AWARENESS_CONTEXT
impl Send for DPI_AWARENESS_CONTEXT
impl Sync for DPI_AWARENESS_CONTEXT
impl Unpin for DPI_AWARENESS_CONTEXT
impl UnwindSafe for DPI_AWARENESS_CONTEXT
Blanket Implementations
Mutably borrows from an owned value. Read more