pub enum PackDirection {
Ltr,
Rtl,
Ttb,
Btt,
// some variants omitted
}
Variants§
Trait Implementations§
Source§impl Clone for PackDirection
impl Clone for PackDirection
Source§fn clone(&self) -> PackDirection
fn clone(&self) -> PackDirection
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 PackDirection
impl Debug for PackDirection
Source§impl Display for PackDirection
impl Display for PackDirection
Source§impl<'a> FromValue<'a> for PackDirection
impl<'a> FromValue<'a> for PackDirection
unsafe fn from_value(value: &Value) -> Self
Source§impl<'a> FromValueOptional<'a> for PackDirection
impl<'a> FromValueOptional<'a> for PackDirection
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Source§impl Hash for PackDirection
impl Hash for PackDirection
Source§impl Ord for PackDirection
impl Ord for PackDirection
Source§fn cmp(&self, other: &PackDirection) -> Ordering
fn cmp(&self, other: &PackDirection) -> 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 PackDirection
impl PartialEq for PackDirection
Source§impl PartialOrd for PackDirection
impl PartialOrd for PackDirection
Source§impl StaticType for PackDirection
impl StaticType for PackDirection
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for PackDirection
impl Eq for PackDirection
impl StructuralPartialEq for PackDirection
Auto Trait Implementations§
impl Freeze for PackDirection
impl RefUnwindSafe for PackDirection
impl Send for PackDirection
impl Sync for PackDirection
impl Unpin for PackDirection
impl UnwindSafe for PackDirection
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<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.