#[repr(C)]pub enum LabelLongMode {
Wrap = 0,
Dot = 1,
Scroll = 2,
ScrollCircular = 3,
Clip = 4,
}Variants§
Trait Implementations§
Source§impl Clone for LabelLongMode
impl Clone for LabelLongMode
Source§fn clone(&self) -> LabelLongMode
fn clone(&self) -> LabelLongMode
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 LabelLongMode
impl Debug for LabelLongMode
Source§impl PartialEq for LabelLongMode
impl PartialEq for LabelLongMode
impl Copy for LabelLongMode
impl Eq for LabelLongMode
impl StructuralPartialEq for LabelLongMode
Auto Trait Implementations§
impl Freeze for LabelLongMode
impl RefUnwindSafe for LabelLongMode
impl Send for LabelLongMode
impl Sync for LabelLongMode
impl Unpin for LabelLongMode
impl UnwindSafe for LabelLongMode
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