#[repr(i32)]pub enum GuiOrient {
Horizontal = 1,
Vertical = 2,
}Expand description
Orientation.
Variants§
Trait Implementations§
impl Copy for GuiOrient
impl Eq for GuiOrient
impl StructuralPartialEq for GuiOrient
Auto Trait Implementations§
impl Freeze for GuiOrient
impl RefUnwindSafe for GuiOrient
impl Send for GuiOrient
impl Sync for GuiOrient
impl Unpin for GuiOrient
impl UnsafeUnpin for GuiOrient
impl UnwindSafe for GuiOrient
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