Struct DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
#[repr(transparent)]pub struct DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl BitAndAssign for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
impl BitAndAssign for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOrAssign for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
impl BitOrAssign for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
impl Clone for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
§fn clone(&self) -> DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
fn clone(&self) -> DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
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 more§impl Default for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
impl Default for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
§fn default() -> DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
fn default() -> DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
Returns the “default value” for a type. Read more
§impl Not for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
impl Not for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
§impl PartialEq for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
impl PartialEq for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
§fn eq(&self, other: &DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS) -> bool
fn eq(&self, other: &DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
impl Eq for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
impl StructuralPartialEq for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
Auto Trait Implementations§
impl Freeze for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
impl RefUnwindSafe for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
impl Send for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
impl Sync for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
impl Unpin for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
impl UnwindSafe for DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
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