Enum wasm4_sx::TextVerticalAligment
source · pub enum TextVerticalAligment {
Top,
Middle,
Bottom,
}
Expand description
Vertical alignment.
Variants§
Trait Implementations§
source§impl Clone for TextVerticalAligment
impl Clone for TextVerticalAligment
source§fn clone(&self) -> TextVerticalAligment
fn clone(&self) -> TextVerticalAligment
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for TextVerticalAligment
Auto Trait Implementations§
impl RefUnwindSafe for TextVerticalAligment
impl Send for TextVerticalAligment
impl Sync for TextVerticalAligment
impl Unpin for TextVerticalAligment
impl UnwindSafe for TextVerticalAligment
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