pub struct SetEmulatedOsTextScaleBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SetEmulatedOsTextScaleBuilder
impl Clone for SetEmulatedOsTextScaleBuilder
Source§fn clone(&self) -> SetEmulatedOsTextScaleBuilder
fn clone(&self) -> SetEmulatedOsTextScaleBuilder
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 Default for SetEmulatedOsTextScaleBuilder
impl Default for SetEmulatedOsTextScaleBuilder
Source§fn default() -> SetEmulatedOsTextScaleBuilder
fn default() -> SetEmulatedOsTextScaleBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetEmulatedOsTextScaleBuilder
impl RefUnwindSafe for SetEmulatedOsTextScaleBuilder
impl Send for SetEmulatedOsTextScaleBuilder
impl Sync for SetEmulatedOsTextScaleBuilder
impl Unpin for SetEmulatedOsTextScaleBuilder
impl UnsafeUnpin for SetEmulatedOsTextScaleBuilder
impl UnwindSafe for SetEmulatedOsTextScaleBuilder
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