Enum sixtyfps_corelib::items::TextVerticalAlignment [−][src]
#[repr(C)] pub enum TextVerticalAlignment { top, center, bottom, }
Variants
Trait Implementations
impl Clone for TextVerticalAlignment
[src]
impl Clone for TextVerticalAlignment
[src]fn clone(&self) -> TextVerticalAlignment
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for TextVerticalAlignment
[src]
impl Copy for TextVerticalAlignment
[src]impl Default for TextVerticalAlignment
[src]
impl Default for TextVerticalAlignment
[src]impl Display for TextVerticalAlignment
[src]
impl Display for TextVerticalAlignment
[src]impl FromStr for TextVerticalAlignment
[src]
impl FromStr for TextVerticalAlignment
[src]type Err = ParseError
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<TextVerticalAlignment, Self::Err>
[src]
Auto Trait Implementations
impl RefUnwindSafe for TextVerticalAlignment
impl RefUnwindSafe for TextVerticalAlignment
impl Send for TextVerticalAlignment
impl Send for TextVerticalAlignment
impl Sync for TextVerticalAlignment
impl Sync for TextVerticalAlignment
impl Unpin for TextVerticalAlignment
impl Unpin for TextVerticalAlignment
impl UnwindSafe for TextVerticalAlignment
impl UnwindSafe for TextVerticalAlignment