pub enum LayoutSizingMode {
BLOCK_LIKE,
MANUAL,
}Variants§
Trait Implementations§
Source§impl Clone for LayoutSizingMode
impl Clone for LayoutSizingMode
Source§fn clone(&self) -> LayoutSizingMode
fn clone(&self) -> LayoutSizingMode
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 LayoutSizingMode
impl Debug for LayoutSizingMode
Source§impl From<&LayoutSizingMode> for Any
impl From<&LayoutSizingMode> for Any
Source§fn from(s: &LayoutSizingMode) -> Any
fn from(s: &LayoutSizingMode) -> Any
Converts to this type from the input type.
Source§impl From<LayoutSizingMode> for Any
impl From<LayoutSizingMode> for Any
Source§fn from(s: LayoutSizingMode) -> Any
fn from(s: LayoutSizingMode) -> Any
Converts to this type from the input type.
Source§impl FromVal for LayoutSizingMode
impl FromVal for LayoutSizingMode
Source§impl PartialEq for LayoutSizingMode
impl PartialEq for LayoutSizingMode
Source§impl PartialOrd for LayoutSizingMode
impl PartialOrd for LayoutSizingMode
impl Copy for LayoutSizingMode
impl StructuralPartialEq for LayoutSizingMode
Auto Trait Implementations§
impl Freeze for LayoutSizingMode
impl RefUnwindSafe for LayoutSizingMode
impl Send for LayoutSizingMode
impl Sync for LayoutSizingMode
impl Unpin for LayoutSizingMode
impl UnwindSafe for LayoutSizingMode
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