#[repr(u32)]pub enum ControlLayoutPreset {
Show 16 variants
PresetTopLeft = 0,
PresetTopRight = 1,
PresetBottomLeft = 2,
PresetBottomRight = 3,
PresetCenterLeft = 4,
PresetCenterTop = 5,
PresetCenterRight = 6,
PresetCenterBottom = 7,
PresetCenter = 8,
PresetLeftWide = 9,
PresetTopWide = 10,
PresetRightWide = 11,
PresetBottomWide = 12,
PresetVcenterWide = 13,
PresetHcenterWide = 14,
PresetWide = 15,
}
Variants§
PresetTopLeft = 0
PresetTopRight = 1
PresetBottomLeft = 2
PresetBottomRight = 3
PresetCenterLeft = 4
PresetCenterTop = 5
PresetCenterRight = 6
PresetCenterBottom = 7
PresetCenter = 8
PresetLeftWide = 9
PresetTopWide = 10
PresetRightWide = 11
PresetBottomWide = 12
PresetVcenterWide = 13
PresetHcenterWide = 14
PresetWide = 15
Trait Implementations§
Source§impl Clone for ControlLayoutPreset
impl Clone for ControlLayoutPreset
Source§fn clone(&self) -> ControlLayoutPreset
fn clone(&self) -> ControlLayoutPreset
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 ControlLayoutPreset
impl Debug for ControlLayoutPreset
Source§impl Hash for ControlLayoutPreset
impl Hash for ControlLayoutPreset
Source§impl PartialEq for ControlLayoutPreset
impl PartialEq for ControlLayoutPreset
impl Copy for ControlLayoutPreset
impl Eq for ControlLayoutPreset
impl StructuralPartialEq for ControlLayoutPreset
Auto Trait Implementations§
impl Freeze for ControlLayoutPreset
impl RefUnwindSafe for ControlLayoutPreset
impl Send for ControlLayoutPreset
impl Sync for ControlLayoutPreset
impl Unpin for ControlLayoutPreset
impl UnwindSafe for ControlLayoutPreset
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