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