pub enum Orient {
Horizontal,
Vertical,
}Expand description
Orientation.
Variants§
Trait Implementations§
impl Copy for Orient
impl Eq for Orient
impl StructuralPartialEq for Orient
Auto Trait Implementations§
impl Freeze for Orient
impl RefUnwindSafe for Orient
impl Send for Orient
impl Sync for Orient
impl Unpin for Orient
impl UnwindSafe for Orient
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