pub struct LayoutMarginBottom(pub PixelValue);
Expand description
Represents a padding-bottom
attribute
Tuple Fields§
§0: PixelValue
Implementations§
Trait Implementations§
Source§impl Clone for LayoutMarginBottom
impl Clone for LayoutMarginBottom
Source§fn clone(&self) -> LayoutMarginBottom
fn clone(&self) -> LayoutMarginBottom
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 LayoutMarginBottom
impl Debug for LayoutMarginBottom
Source§impl Default for LayoutMarginBottom
impl Default for LayoutMarginBottom
Source§fn default() -> LayoutMarginBottom
fn default() -> LayoutMarginBottom
Returns the “default value” for a type. Read more
Source§impl Display for LayoutMarginBottom
impl Display for LayoutMarginBottom
Source§impl FormatAsCssValue for LayoutMarginBottom
impl FormatAsCssValue for LayoutMarginBottom
fn format_as_css_value(&self, f: &mut Formatter<'_>) -> Result
Source§impl From<LayoutMarginBottom> for CssProperty
impl From<LayoutMarginBottom> for CssProperty
Source§fn from(e: LayoutMarginBottom) -> Self
fn from(e: LayoutMarginBottom) -> Self
Converts to this type from the input type.
Source§impl Hash for LayoutMarginBottom
impl Hash for LayoutMarginBottom
Source§impl Ord for LayoutMarginBottom
impl Ord for LayoutMarginBottom
Source§fn cmp(&self, other: &LayoutMarginBottom) -> Ordering
fn cmp(&self, other: &LayoutMarginBottom) -> 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 LayoutMarginBottom
impl PartialEq for LayoutMarginBottom
Source§impl PartialOrd for LayoutMarginBottom
impl PartialOrd for LayoutMarginBottom
impl Copy for LayoutMarginBottom
impl Eq for LayoutMarginBottom
impl StructuralPartialEq for LayoutMarginBottom
Auto Trait Implementations§
impl Freeze for LayoutMarginBottom
impl RefUnwindSafe for LayoutMarginBottom
impl Send for LayoutMarginBottom
impl Sync for LayoutMarginBottom
impl Unpin for LayoutMarginBottom
impl UnwindSafe for LayoutMarginBottom
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
)