Struct accessibility_tree::style::values::SpecifiedLineWidth
source · pub struct SpecifiedLineWidth(pub SpecifiedLengthOrPercentage);
Tuple Fields§
§0: SpecifiedLengthOrPercentage
Trait Implementations§
source§impl Clone for SpecifiedLineWidth
impl Clone for SpecifiedLineWidth
source§fn clone(&self) -> SpecifiedLineWidth
fn clone(&self) -> SpecifiedLineWidth
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 moresource§impl Parse for SpecifiedLineWidth
impl Parse for SpecifiedLineWidth
Auto Trait Implementations§
impl RefUnwindSafe for SpecifiedLineWidth
impl Send for SpecifiedLineWidth
impl Sync for SpecifiedLineWidth
impl Unpin for SpecifiedLineWidth
impl UnwindSafe for SpecifiedLineWidth
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