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