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