#[repr(u32)]pub enum ControlSizeFlags {
SizeFill = 1,
SizeExpand = 2,
SizeExpandFill = 3,
SizeShrinkCenter = 4,
SizeShrinkEnd = 8,
}Variants§
Trait Implementations§
Source§impl Clone for ControlSizeFlags
impl Clone for ControlSizeFlags
Source§fn clone(&self) -> ControlSizeFlags
fn clone(&self) -> ControlSizeFlags
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 moreimpl Copy for ControlSizeFlags
Source§impl Debug for ControlSizeFlags
impl Debug for ControlSizeFlags
impl Eq for ControlSizeFlags
Source§impl Hash for ControlSizeFlags
impl Hash for ControlSizeFlags
Source§impl PartialEq for ControlSizeFlags
impl PartialEq for ControlSizeFlags
Source§fn eq(&self, other: &ControlSizeFlags) -> bool
fn eq(&self, other: &ControlSizeFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ControlSizeFlags
Auto Trait Implementations§
impl Freeze for ControlSizeFlags
impl RefUnwindSafe for ControlSizeFlags
impl Send for ControlSizeFlags
impl Sync for ControlSizeFlags
impl Unpin for ControlSizeFlags
impl UnsafeUnpin for ControlSizeFlags
impl UnwindSafe for ControlSizeFlags
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