Struct accessibility_tree::style::values::LineWidth
source · pub struct LineWidth(pub LengthOrPercentage);
Tuple Fields§
§0: LengthOrPercentage
Implementations§
Trait Implementations§
source§impl FromSpecified for LineWidth
impl FromSpecified for LineWidth
fn from_specified( specified: &Self::SpecifiedValue, context: &CascadeContext<'_> ) -> Self
source§impl SpecifiedValue for LineWidth
impl SpecifiedValue for LineWidth
impl Copy for LineWidth
Auto Trait Implementations§
impl RefUnwindSafe for LineWidth
impl Send for LineWidth
impl Sync for LineWidth
impl Unpin for LineWidth
impl UnwindSafe for LineWidth
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