#[repr(u32)]pub enum LinkButtonUnderlineMode {
ModeAlways = 0,
ModeOnHover = 1,
ModeNever = 2,
}Variants§
Trait Implementations§
Source§impl Clone for LinkButtonUnderlineMode
impl Clone for LinkButtonUnderlineMode
Source§fn clone(&self) -> LinkButtonUnderlineMode
fn clone(&self) -> LinkButtonUnderlineMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LinkButtonUnderlineMode
Source§impl Debug for LinkButtonUnderlineMode
impl Debug for LinkButtonUnderlineMode
impl Eq for LinkButtonUnderlineMode
Source§impl Hash for LinkButtonUnderlineMode
impl Hash for LinkButtonUnderlineMode
Source§impl PartialEq for LinkButtonUnderlineMode
impl PartialEq for LinkButtonUnderlineMode
Source§fn eq(&self, other: &LinkButtonUnderlineMode) -> bool
fn eq(&self, other: &LinkButtonUnderlineMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LinkButtonUnderlineMode
Auto Trait Implementations§
impl Freeze for LinkButtonUnderlineMode
impl RefUnwindSafe for LinkButtonUnderlineMode
impl Send for LinkButtonUnderlineMode
impl Sync for LinkButtonUnderlineMode
impl Unpin for LinkButtonUnderlineMode
impl UnsafeUnpin for LinkButtonUnderlineMode
impl UnwindSafe for LinkButtonUnderlineMode
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