pub enum OverflowXValue {
Initial,
Inherit,
Revert,
RevertLayer,
Unset,
Visible,
Hidden,
Clip,
Scroll,
Auto,
}Variants§
Implementations§
Source§impl OverflowXValue
impl OverflowXValue
Sourcepub const fn is_initial(&self) -> bool
pub const fn is_initial(&self) -> bool
Returns true if the enum is OverflowXValue::Initial otherwise false
Sourcepub const fn is_inherit(&self) -> bool
pub const fn is_inherit(&self) -> bool
Returns true if the enum is OverflowXValue::Inherit otherwise false
Sourcepub const fn is_revert(&self) -> bool
pub const fn is_revert(&self) -> bool
Returns true if the enum is OverflowXValue::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 OverflowXValue::RevertLayer otherwise false
Sourcepub const fn is_unset(&self) -> bool
pub const fn is_unset(&self) -> bool
Returns true if the enum is OverflowXValue::Unset otherwise false
Sourcepub const fn is_visible(&self) -> bool
pub const fn is_visible(&self) -> bool
Returns true if the enum is OverflowXValue::Visible otherwise false
Returns true if the enum is OverflowXValue::Hidden otherwise false
Sourcepub const fn is_clip(&self) -> bool
pub const fn is_clip(&self) -> bool
Returns true if the enum is OverflowXValue::Clip otherwise false
Trait Implementations§
Source§impl Clone for OverflowXValue
impl Clone for OverflowXValue
Source§fn clone(&self) -> OverflowXValue
fn clone(&self) -> OverflowXValue
Returns a duplicate 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 OverflowXValue
impl Debug for OverflowXValue
Source§impl Display for OverflowXValue
impl Display for OverflowXValue
Source§impl PartialEq for OverflowXValue
impl PartialEq for OverflowXValue
impl StructuralPartialEq for OverflowXValue
impl UnitDataType<OverflowX<OverflowXValue>> for OverflowXValue
Auto Trait Implementations§
impl Freeze for OverflowXValue
impl RefUnwindSafe for OverflowXValue
impl Send for OverflowXValue
impl Sync for OverflowXValue
impl Unpin for OverflowXValue
impl UnwindSafe for OverflowXValue
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