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