pub struct LayoutFlags {
pub flags: Vec<LayoutFlag>,
}Expand description
Sequenced layout-flag occurrences from the command line.
Fields§
§flags: Vec<LayoutFlag>Occurrences in argv order.
Trait Implementations§
Source§impl Clone for LayoutFlags
impl Clone for LayoutFlags
Source§fn clone(&self) -> LayoutFlags
fn clone(&self) -> LayoutFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LayoutFlags
impl Debug for LayoutFlags
Source§impl Default for LayoutFlags
impl Default for LayoutFlags
Source§fn default() -> LayoutFlags
fn default() -> LayoutFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LayoutFlags
impl RefUnwindSafe for LayoutFlags
impl Send for LayoutFlags
impl Sync for LayoutFlags
impl Unpin for LayoutFlags
impl UnsafeUnpin for LayoutFlags
impl UnwindSafe for LayoutFlags
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