#[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 · 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 LinkButtonUnderlineMode
impl Debug for LinkButtonUnderlineMode
Source§impl Hash for LinkButtonUnderlineMode
impl Hash for LinkButtonUnderlineMode
Source§impl PartialEq for LinkButtonUnderlineMode
impl PartialEq for LinkButtonUnderlineMode
impl Copy for LinkButtonUnderlineMode
impl Eq for LinkButtonUnderlineMode
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 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