Enum fltk_float::grid::CellAlign
source · pub enum CellAlign {
Start,
Center,
End,
Stretch,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CellAlign
impl Send for CellAlign
impl Sync for CellAlign
impl Unpin for CellAlign
impl UnwindSafe for CellAlign
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