#[repr(u32)]pub enum TextVerticalAlign {
Top = 0,
Center = 1,
Bottom = 2,
}Variants§
Trait Implementations§
Source§impl Clone for TextVerticalAlign
impl Clone for TextVerticalAlign
Source§fn clone(&self) -> TextVerticalAlign
fn clone(&self) -> TextVerticalAlign
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextVerticalAlign
Source§impl Debug for TextVerticalAlign
impl Debug for TextVerticalAlign
impl Eq for TextVerticalAlign
Source§impl PartialEq for TextVerticalAlign
impl PartialEq for TextVerticalAlign
impl StructuralPartialEq for TextVerticalAlign
Auto Trait Implementations§
impl Freeze for TextVerticalAlign
impl RefUnwindSafe for TextVerticalAlign
impl Send for TextVerticalAlign
impl Sync for TextVerticalAlign
impl Unpin for TextVerticalAlign
impl UnsafeUnpin for TextVerticalAlign
impl UnwindSafe for TextVerticalAlign
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