#[repr(u32)]pub enum ControlLayoutPresetMode {
PresetModeMinsize = 0,
PresetModeKeepWidth = 1,
PresetModeKeepHeight = 2,
PresetModeKeepSize = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for ControlLayoutPresetMode
impl Clone for ControlLayoutPresetMode
Source§fn clone(&self) -> ControlLayoutPresetMode
fn clone(&self) -> ControlLayoutPresetMode
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 ControlLayoutPresetMode
impl Debug for ControlLayoutPresetMode
Source§impl Hash for ControlLayoutPresetMode
impl Hash for ControlLayoutPresetMode
Source§impl PartialEq for ControlLayoutPresetMode
impl PartialEq for ControlLayoutPresetMode
impl Copy for ControlLayoutPresetMode
impl Eq for ControlLayoutPresetMode
impl StructuralPartialEq for ControlLayoutPresetMode
Auto Trait Implementations§
impl Freeze for ControlLayoutPresetMode
impl RefUnwindSafe for ControlLayoutPresetMode
impl Send for ControlLayoutPresetMode
impl Sync for ControlLayoutPresetMode
impl Unpin for ControlLayoutPresetMode
impl UnwindSafe for ControlLayoutPresetMode
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