#[repr(C)]pub struct DPI_AWARENESS_CONTEXT__ {
    pub unused: c_int,
}Fields§
§unused: c_intTrait Implementations§
Source§impl Clone for DPI_AWARENESS_CONTEXT__
 
impl Clone for DPI_AWARENESS_CONTEXT__
Source§fn clone(&self) -> DPI_AWARENESS_CONTEXT__
 
fn clone(&self) -> DPI_AWARENESS_CONTEXT__
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 Debug for DPI_AWARENESS_CONTEXT__
 
impl Debug for DPI_AWARENESS_CONTEXT__
Source§impl Ord for DPI_AWARENESS_CONTEXT__
 
impl Ord for DPI_AWARENESS_CONTEXT__
Source§fn cmp(&self, other: &DPI_AWARENESS_CONTEXT__) -> Ordering
 
fn cmp(&self, other: &DPI_AWARENESS_CONTEXT__) -> 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 DPI_AWARENESS_CONTEXT__
 
impl PartialEq for DPI_AWARENESS_CONTEXT__
Source§impl PartialOrd for DPI_AWARENESS_CONTEXT__
 
impl PartialOrd for DPI_AWARENESS_CONTEXT__
impl Copy for DPI_AWARENESS_CONTEXT__
impl Eq for DPI_AWARENESS_CONTEXT__
impl StructuralPartialEq for DPI_AWARENESS_CONTEXT__
Auto Trait Implementations§
impl Freeze for DPI_AWARENESS_CONTEXT__
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§
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