Struct InkHighContrastAdjustment
#[repr(transparent)]pub struct InkHighContrastAdjustment(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl InkHighContrastAdjustment
impl InkHighContrastAdjustment
pub const UseSystemColorsWhenNecessary: Self = _
pub const UseSystemColors: Self = _
pub const UseOriginalColors: Self = _
Trait Implementations§
§impl Clone for InkHighContrastAdjustment
impl Clone for InkHighContrastAdjustment
§fn clone(&self) -> InkHighContrastAdjustment
fn clone(&self) -> InkHighContrastAdjustment
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 Debug for InkHighContrastAdjustment
impl Debug for InkHighContrastAdjustment
§impl Default for InkHighContrastAdjustment
impl Default for InkHighContrastAdjustment
§fn default() -> InkHighContrastAdjustment
fn default() -> InkHighContrastAdjustment
Returns the “default value” for a type. Read more
§impl PartialEq for InkHighContrastAdjustment
impl PartialEq for InkHighContrastAdjustment
impl Copy for InkHighContrastAdjustment
impl Eq for InkHighContrastAdjustment
impl StructuralPartialEq for InkHighContrastAdjustment
Auto Trait Implementations§
impl Freeze for InkHighContrastAdjustment
impl RefUnwindSafe for InkHighContrastAdjustment
impl Send for InkHighContrastAdjustment
impl Sync for InkHighContrastAdjustment
impl Unpin for InkHighContrastAdjustment
impl UnwindSafe for InkHighContrastAdjustment
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