pub enum VAlignType {
Top,
Center,
Bottom,
Unsupported,
}
Variants§
Trait Implementations§
Source§impl Clone for VAlignType
impl Clone for VAlignType
Source§fn clone(&self) -> VAlignType
fn clone(&self) -> VAlignType
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 moreSource§impl Debug for VAlignType
impl Debug for VAlignType
Source§impl Display for VAlignType
impl Display for VAlignType
Source§impl FromStr for VAlignType
impl FromStr for VAlignType
Source§impl PartialEq for VAlignType
impl PartialEq for VAlignType
impl Copy for VAlignType
impl StructuralPartialEq for VAlignType
Auto Trait Implementations§
impl Freeze for VAlignType
impl RefUnwindSafe for VAlignType
impl Send for VAlignType
impl Sync for VAlignType
impl Unpin for VAlignType
impl UnwindSafe for VAlignType
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