pub enum AlignHV {
Top,
Middle,
Bottom,
Left,
Center,
Right,
}
Variants§
Trait Implementations§
impl Eq for AlignHV
impl StructuralPartialEq for AlignHV
Auto Trait Implementations§
impl Freeze for AlignHV
impl RefUnwindSafe for AlignHV
impl Send for AlignHV
impl Sync for AlignHV
impl Unpin for AlignHV
impl UnwindSafe for AlignHV
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