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