pub enum ArrangementKind {
Base = 0,
Wide = 1,
}
Expand description
The physical characteristic of layout for the purpose of styling
Variants§
Trait Implementations§
Source§impl Clone for ArrangementKind
impl Clone for ArrangementKind
Source§fn clone(&self) -> ArrangementKind
fn clone(&self) -> ArrangementKind
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 ArrangementKind
impl Debug for ArrangementKind
Source§impl PartialEq for ArrangementKind
impl PartialEq for ArrangementKind
impl Copy for ArrangementKind
impl StructuralPartialEq for ArrangementKind
Auto Trait Implementations§
impl Freeze for ArrangementKind
impl RefUnwindSafe for ArrangementKind
impl Send for ArrangementKind
impl Sync for ArrangementKind
impl Unpin for ArrangementKind
impl UnwindSafe for ArrangementKind
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