#[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 · 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 ControlSizeFlags
impl Debug for ControlSizeFlags
Source§impl Hash for ControlSizeFlags
impl Hash for ControlSizeFlags
Source§impl PartialEq for ControlSizeFlags
impl PartialEq for ControlSizeFlags
impl Copy for ControlSizeFlags
impl Eq for ControlSizeFlags
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 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