Enum makepad_widgets::LiveFieldKind
pub enum LiveFieldKind {
Calc,
Deref,
Animator,
Live,
LiveOption,
}
Variants§
Trait Implementations§
§impl Clone for LiveFieldKind
impl Clone for LiveFieldKind
§fn clone(&self) -> LiveFieldKind
fn clone(&self) -> LiveFieldKind
Returns a copy 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 more§impl Debug for LiveFieldKind
impl Debug for LiveFieldKind
§impl PartialEq<LiveFieldKind> for LiveFieldKind
impl PartialEq<LiveFieldKind> for LiveFieldKind
§fn eq(&self, other: &LiveFieldKind) -> bool
fn eq(&self, other: &LiveFieldKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LiveFieldKind
impl StructuralPartialEq for LiveFieldKind
Auto Trait Implementations§
impl RefUnwindSafe for LiveFieldKind
impl Send for LiveFieldKind
impl Sync for LiveFieldKind
impl Unpin for LiveFieldKind
impl UnwindSafe for LiveFieldKind
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