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