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