pub enum LayoutBoxSizing {
ContentBox,
BorderBox,
}
Expand description
Represents a flex-direction
attribute - default: Column
Variants§
Trait Implementations§
Source§impl Clone for LayoutBoxSizing
impl Clone for LayoutBoxSizing
Source§fn clone(&self) -> LayoutBoxSizing
fn clone(&self) -> LayoutBoxSizing
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 LayoutBoxSizing
impl Debug for LayoutBoxSizing
Source§impl Default for LayoutBoxSizing
impl Default for LayoutBoxSizing
Source§impl From<LayoutBoxSizing> for CssProperty
impl From<LayoutBoxSizing> for CssProperty
Source§fn from(e: LayoutBoxSizing) -> Self
fn from(e: LayoutBoxSizing) -> Self
Converts to this type from the input type.
Source§impl Hash for LayoutBoxSizing
impl Hash for LayoutBoxSizing
Source§impl Ord for LayoutBoxSizing
impl Ord for LayoutBoxSizing
Source§fn cmp(&self, other: &LayoutBoxSizing) -> Ordering
fn cmp(&self, other: &LayoutBoxSizing) -> 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 LayoutBoxSizing
impl PartialEq for LayoutBoxSizing
Source§impl PartialOrd for LayoutBoxSizing
impl PartialOrd for LayoutBoxSizing
impl Copy for LayoutBoxSizing
impl Eq for LayoutBoxSizing
impl StructuralPartialEq for LayoutBoxSizing
Auto Trait Implementations§
impl Freeze for LayoutBoxSizing
impl RefUnwindSafe for LayoutBoxSizing
impl Send for LayoutBoxSizing
impl Sync for LayoutBoxSizing
impl Unpin for LayoutBoxSizing
impl UnwindSafe for LayoutBoxSizing
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
)