pub enum LengthBoxEvent {
SetType(Units),
SetValue(f32, bool),
Reset(bool),
}Variants§
Trait Implementations§
Source§impl PartialEq for LengthBoxEvent
impl PartialEq for LengthBoxEvent
Source§fn eq(&self, other: &LengthBoxEvent) -> bool
fn eq(&self, other: &LengthBoxEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LengthBoxEvent
Auto Trait Implementations§
impl Freeze for LengthBoxEvent
impl RefUnwindSafe for LengthBoxEvent
impl Send for LengthBoxEvent
impl Sync for LengthBoxEvent
impl Unpin for LengthBoxEvent
impl UnsafeUnpin for LengthBoxEvent
impl UnwindSafe for LengthBoxEvent
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