pub struct StyleBorderRightWidth(pub PixelValue);
Expand description
Represents a border-right-width
attribute
Tuple Fields§
§0: PixelValue
Implementations§
Trait Implementations§
Source§impl Clone for StyleBorderRightWidth
impl Clone for StyleBorderRightWidth
Source§fn clone(&self) -> StyleBorderRightWidth
fn clone(&self) -> StyleBorderRightWidth
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 Debug for StyleBorderRightWidth
impl Debug for StyleBorderRightWidth
Source§impl Default for StyleBorderRightWidth
impl Default for StyleBorderRightWidth
Source§fn default() -> StyleBorderRightWidth
fn default() -> StyleBorderRightWidth
Returns the “default value” for a type. Read more
Source§impl Display for StyleBorderRightWidth
impl Display for StyleBorderRightWidth
Source§impl FormatAsCssValue for StyleBorderRightWidth
impl FormatAsCssValue for StyleBorderRightWidth
fn format_as_css_value(&self, f: &mut Formatter<'_>) -> Result
Source§impl From<StyleBorderRightWidth> for CssProperty
impl From<StyleBorderRightWidth> for CssProperty
Source§fn from(e: StyleBorderRightWidth) -> Self
fn from(e: StyleBorderRightWidth) -> Self
Converts to this type from the input type.
Source§impl Hash for StyleBorderRightWidth
impl Hash for StyleBorderRightWidth
Source§impl Ord for StyleBorderRightWidth
impl Ord for StyleBorderRightWidth
Source§fn cmp(&self, other: &StyleBorderRightWidth) -> Ordering
fn cmp(&self, other: &StyleBorderRightWidth) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StyleBorderRightWidth
impl PartialEq for StyleBorderRightWidth
Source§impl PartialOrd for StyleBorderRightWidth
impl PartialOrd for StyleBorderRightWidth
impl Copy for StyleBorderRightWidth
impl Eq for StyleBorderRightWidth
impl StructuralPartialEq for StyleBorderRightWidth
Auto Trait Implementations§
impl Freeze for StyleBorderRightWidth
impl RefUnwindSafe for StyleBorderRightWidth
impl Send for StyleBorderRightWidth
impl Sync for StyleBorderRightWidth
impl Unpin for StyleBorderRightWidth
impl UnwindSafe for StyleBorderRightWidth
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)