pub enum PrimaryAxisSizingMode {
Fixed,
Auto,
}
Expand description
Whether the primary axis has a fixed length (determined by the user) or an automatic length (determined by the layout engine). This property is only applicable for auto-layout frames.
Variants§
Trait Implementations§
Source§impl Clone for PrimaryAxisSizingMode
impl Clone for PrimaryAxisSizingMode
Source§fn clone(&self) -> PrimaryAxisSizingMode
fn clone(&self) -> PrimaryAxisSizingMode
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 PrimaryAxisSizingMode
impl Debug for PrimaryAxisSizingMode
Source§impl Default for PrimaryAxisSizingMode
impl Default for PrimaryAxisSizingMode
Source§fn default() -> PrimaryAxisSizingMode
fn default() -> PrimaryAxisSizingMode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrimaryAxisSizingMode
impl<'de> Deserialize<'de> for PrimaryAxisSizingMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for PrimaryAxisSizingMode
impl Hash for PrimaryAxisSizingMode
Source§impl Ord for PrimaryAxisSizingMode
impl Ord for PrimaryAxisSizingMode
Source§fn cmp(&self, other: &PrimaryAxisSizingMode) -> Ordering
fn cmp(&self, other: &PrimaryAxisSizingMode) -> 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 PrimaryAxisSizingMode
impl PartialEq for PrimaryAxisSizingMode
Source§impl PartialOrd for PrimaryAxisSizingMode
impl PartialOrd for PrimaryAxisSizingMode
Source§impl Serialize for PrimaryAxisSizingMode
impl Serialize for PrimaryAxisSizingMode
impl Copy for PrimaryAxisSizingMode
impl Eq for PrimaryAxisSizingMode
impl StructuralPartialEq for PrimaryAxisSizingMode
Auto Trait Implementations§
impl Freeze for PrimaryAxisSizingMode
impl RefUnwindSafe for PrimaryAxisSizingMode
impl Send for PrimaryAxisSizingMode
impl Sync for PrimaryAxisSizingMode
impl Unpin for PrimaryAxisSizingMode
impl UnwindSafe for PrimaryAxisSizingMode
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§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.