pub enum VAlignType {
Top,
Center,
Both,
Bottom,
}
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 Default for VAlignType
impl Default for VAlignType
Source§fn default() -> VAlignType
fn default() -> VAlignType
Returns the “default value” for a type. Read more
Source§impl Display for VAlignType
impl Display for VAlignType
Source§impl From<VAlignType> for VAlign
impl From<VAlignType> for VAlign
Source§fn from(al_type: VAlignType) -> Self
fn from(al_type: VAlignType) -> Self
Converts to this type from the input type.
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