pub struct SetEmulatedOSTextScaleBuilder { /* private fields */ }Expand description
Builder for SetEmulatedOSTextScale.
Implementations§
Source§impl SetEmulatedOSTextScaleBuilder
impl SetEmulatedOSTextScaleBuilder
pub fn scale<VALUE: Into<JsFloat>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<SetEmulatedOSTextScale, SetEmulatedOSTextScaleBuilderError>
pub fn build( &self, ) -> Result<SetEmulatedOSTextScale, SetEmulatedOSTextScaleBuilderError>
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 moreAuto 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