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