pub enum TextAlignLastValue {
Show 13 variants
Initial,
Inherit,
Revert,
RevertLayer,
Unset,
Auto,
Start,
Justify,
End,
Left,
Right,
Center,
MatchParent,
}Variants§
Implementations§
Source§impl TextAlignLastValue
impl TextAlignLastValue
Sourcepub const fn is_initial(&self) -> bool
pub const fn is_initial(&self) -> bool
Returns true if the enum is TextAlignLastValue::Initial otherwise false
Sourcepub const fn is_inherit(&self) -> bool
pub const fn is_inherit(&self) -> bool
Returns true if the enum is TextAlignLastValue::Inherit otherwise false
Sourcepub const fn is_revert(&self) -> bool
pub const fn is_revert(&self) -> bool
Returns true if the enum is TextAlignLastValue::Revert otherwise false
Sourcepub const fn is_revert_layer(&self) -> bool
pub const fn is_revert_layer(&self) -> bool
Returns true if the enum is TextAlignLastValue::RevertLayer otherwise false
Sourcepub const fn is_unset(&self) -> bool
pub const fn is_unset(&self) -> bool
Returns true if the enum is TextAlignLastValue::Unset otherwise false
Sourcepub const fn is_auto(&self) -> bool
pub const fn is_auto(&self) -> bool
Returns true if the enum is TextAlignLastValue::Auto otherwise false
Sourcepub const fn is_start(&self) -> bool
pub const fn is_start(&self) -> bool
Returns true if the enum is TextAlignLastValue::Start otherwise false
Sourcepub const fn is_justify(&self) -> bool
pub const fn is_justify(&self) -> bool
Returns true if the enum is TextAlignLastValue::Justify otherwise false
Sourcepub const fn is_end(&self) -> bool
pub const fn is_end(&self) -> bool
Returns true if the enum is TextAlignLastValue::End otherwise false
Sourcepub const fn is_left(&self) -> bool
pub const fn is_left(&self) -> bool
Returns true if the enum is TextAlignLastValue::Left otherwise false
Sourcepub const fn is_right(&self) -> bool
pub const fn is_right(&self) -> bool
Returns true if the enum is TextAlignLastValue::Right otherwise false
Sourcepub const fn is_center(&self) -> bool
pub const fn is_center(&self) -> bool
Returns true if the enum is TextAlignLastValue::Center otherwise false
Sourcepub const fn is_match_parent(&self) -> bool
pub const fn is_match_parent(&self) -> bool
Returns true if the enum is TextAlignLastValue::MatchParent otherwise false
Trait Implementations§
Source§impl Clone for TextAlignLastValue
impl Clone for TextAlignLastValue
Source§fn clone(&self) -> TextAlignLastValue
fn clone(&self) -> TextAlignLastValue
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more