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