pub enum LayoutModeValues {
Edge,
Factor,
}Variants§
Trait Implementations§
Source§impl Clone for LayoutModeValues
impl Clone for LayoutModeValues
Source§fn clone(&self) -> LayoutModeValues
fn clone(&self) -> LayoutModeValues
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 LayoutModeValues
impl Debug for LayoutModeValues
Source§impl Default for LayoutModeValues
impl Default for LayoutModeValues
Source§impl EnumTrait for LayoutModeValues
impl EnumTrait for LayoutModeValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for LayoutModeValues
impl RefUnwindSafe for LayoutModeValues
impl Send for LayoutModeValues
impl Sync for LayoutModeValues
impl Unpin for LayoutModeValues
impl UnwindSafe for LayoutModeValues
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