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