pub enum YAlign {
Inline,
Top,
Center,
Bottom,
Inside,
Outside,
}
Variants§
Trait Implementations§
impl Copy for YAlign
impl StructuralPartialEq for YAlign
Auto Trait Implementations§
impl Freeze for YAlign
impl RefUnwindSafe for YAlign
impl Send for YAlign
impl Sync for YAlign
impl Unpin for YAlign
impl UnwindSafe for YAlign
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