pub struct ClearDisplayFeaturesOverride {}Expand description
Clears the display features override set with either setDeviceMetricsOverride() or setDisplayFeaturesOverride() and starts using display features from the platform again. Does nothing if no override is set. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Source§impl Clone for ClearDisplayFeaturesOverride
impl Clone for ClearDisplayFeaturesOverride
Source§fn clone(&self) -> ClearDisplayFeaturesOverride
fn clone(&self) -> ClearDisplayFeaturesOverride
Returns a duplicate 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 ClearDisplayFeaturesOverride
impl Debug for ClearDisplayFeaturesOverride
Auto Trait Implementations§
impl Freeze for ClearDisplayFeaturesOverride
impl RefUnwindSafe for ClearDisplayFeaturesOverride
impl Send for ClearDisplayFeaturesOverride
impl Sync for ClearDisplayFeaturesOverride
impl Unpin for ClearDisplayFeaturesOverride
impl UnsafeUnpin for ClearDisplayFeaturesOverride
impl UnwindSafe for ClearDisplayFeaturesOverride
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