#[repr(C)]pub struct LayoutBorderTopWidth {
pub inner: PixelValue,
}Fields§
§inner: PixelValueImplementations§
Trait Implementations§
Source§impl Clone for LayoutBorderTopWidth
impl Clone for LayoutBorderTopWidth
Source§fn clone(&self) -> LayoutBorderTopWidth
fn clone(&self) -> LayoutBorderTopWidth
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 Debug for LayoutBorderTopWidth
impl Debug for LayoutBorderTopWidth
Source§impl Default for LayoutBorderTopWidth
impl Default for LayoutBorderTopWidth
Source§impl FormatAsRustCode for LayoutBorderTopWidth
impl FormatAsRustCode for LayoutBorderTopWidth
fn format_as_rust_code(&self, _tabs: usize) -> String
Source§impl From<LayoutBorderTopWidth> for CssProperty
impl From<LayoutBorderTopWidth> for CssProperty
Source§fn from(e: LayoutBorderTopWidth) -> Self
fn from(e: LayoutBorderTopWidth) -> Self
Converts to this type from the input type.
Source§impl Hash for LayoutBorderTopWidth
impl Hash for LayoutBorderTopWidth
Source§impl Ord for LayoutBorderTopWidth
impl Ord for LayoutBorderTopWidth
Source§fn cmp(&self, other: &LayoutBorderTopWidth) -> Ordering
fn cmp(&self, other: &LayoutBorderTopWidth) -> 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 LayoutBorderTopWidth
impl PartialEq for LayoutBorderTopWidth
Source§impl PartialOrd for LayoutBorderTopWidth
impl PartialOrd for LayoutBorderTopWidth
Source§impl PrintAsCssValue for LayoutBorderTopWidth
impl PrintAsCssValue for LayoutBorderTopWidth
fn print_as_css_value(&self) -> String
impl Copy for LayoutBorderTopWidth
impl Eq for LayoutBorderTopWidth
impl StructuralPartialEq for LayoutBorderTopWidth
Auto Trait Implementations§
impl Freeze for LayoutBorderTopWidth
impl RefUnwindSafe for LayoutBorderTopWidth
impl Send for LayoutBorderTopWidth
impl Sync for LayoutBorderTopWidth
impl Unpin for LayoutBorderTopWidth
impl UnwindSafe for LayoutBorderTopWidth
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