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