pub struct BorderBottomWidth<T>(pub T)
where
T: Clone + Debug + Display + PartialEq + UnitDataType<Self>;Expand description
Tuple Fields§
§0: TImplementations§
Trait Implementations§
Source§impl AbsoluteLengthStorage for BorderBottomWidth<BorderBottomWidthValue>
impl AbsoluteLengthStorage for BorderBottomWidth<BorderBottomWidthValue>
fn absolute_length(value: AbsoluteLength) -> Selfwhere
Self: Sized,
Source§impl<T> Clone for BorderBottomWidth<T>
impl<T> Clone for BorderBottomWidth<T>
Source§fn clone(&self) -> BorderBottomWidth<T>
fn clone(&self) -> BorderBottomWidth<T>
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 ContainerLengthStorage for BorderBottomWidth<BorderBottomWidthValue>
impl ContainerLengthStorage for BorderBottomWidth<BorderBottomWidthValue>
fn container_length(value: ContainerLength) -> Selfwhere
Self: Sized,
Source§impl<T> Debug for BorderBottomWidth<T>
impl<T> Debug for BorderBottomWidth<T>
Source§impl<T> Display for BorderBottomWidth<T>
impl<T> Display for BorderBottomWidth<T>
Source§impl FontLengthStorage for BorderBottomWidth<BorderBottomWidthValue>
impl FontLengthStorage for BorderBottomWidth<BorderBottomWidthValue>
fn font_length(value: FontLength) -> Selfwhere
Self: Sized,
Source§impl<T> From<T> for BorderBottomWidth<BorderBottomWidthValue>where
T: Into<LengthPercentage>,
impl<T> From<T> for BorderBottomWidth<BorderBottomWidthValue>where
T: Into<LengthPercentage>,
Source§impl<T> From<T> for BorderBottomWidth<T>
impl<T> From<T> for BorderBottomWidth<T>
Source§impl LengthPercentageStorage for BorderBottomWidth<BorderBottomWidthValue>
impl LengthPercentageStorage for BorderBottomWidth<BorderBottomWidthValue>
fn length_percentage(value: LengthPercentage) -> Selfwhere
Self: Sized,
Source§impl<T> PartialEq for BorderBottomWidth<T>
impl<T> PartialEq for BorderBottomWidth<T>
Source§impl<T> Property for BorderBottomWidth<T>
impl<T> Property for BorderBottomWidth<T>
Source§fn declaration(&self) -> String
fn declaration(&self) -> String
Returns the stringified property name with its value
as a CSS declaration to be used within a declaration block. Read more
Source§impl<T> PropertyName for BorderBottomWidth<T>
impl<T> PropertyName for BorderBottomWidth<T>
fn property_name<'a>(&self) -> &'a str
Source§impl RelativeLengthStorage for BorderBottomWidth<BorderBottomWidthValue>
impl RelativeLengthStorage for BorderBottomWidth<BorderBottomWidthValue>
fn relative_length(value: RelativeLength) -> Selfwhere
Self: Sized,
Source§impl ViewportLengthStorage for BorderBottomWidth<BorderBottomWidthValue>
impl ViewportLengthStorage for BorderBottomWidth<BorderBottomWidthValue>
fn viewport_length(value: ViewportLength) -> Selfwhere
Self: Sized,
impl<T> StructuralPartialEq for BorderBottomWidth<T>
impl UnitDataType<BorderBottomWidth<BorderBottomWidthValue>> for BorderBottomWidthValue
impl UnitDataType<BorderBottomWidth<Nothing>> for Nothing
impl<T> UnitDataType<BorderBottomWidth<Var<T>>> for Var<T>
impl<T> UnitDataTypeContainer<T> for BorderBottomWidth<T>
Auto Trait Implementations§
impl<T> Freeze for BorderBottomWidth<T>where
T: Freeze,
impl<T> RefUnwindSafe for BorderBottomWidth<T>where
T: RefUnwindSafe,
impl<T> Send for BorderBottomWidth<T>where
T: Send,
impl<T> Sync for BorderBottomWidth<T>where
T: Sync,
impl<T> Unpin for BorderBottomWidth<T>where
T: Unpin,
impl<T> UnwindSafe for BorderBottomWidth<T>where
T: UnwindSafe,
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