#[repr(usize)]pub enum LivePropType {
Field,
Instance,
Nameless,
}
Variants§
Implementations§
source§impl LivePropType
impl LivePropType
pub fn from_usize(val: usize) -> Self
Trait Implementations§
source§impl Clone for LivePropType
impl Clone for LivePropType
source§fn clone(&self) -> LivePropType
fn clone(&self) -> LivePropType
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 moresource§impl Debug for LivePropType
impl Debug for LivePropType
source§impl PartialEq<LivePropType> for LivePropType
impl PartialEq<LivePropType> for LivePropType
source§fn eq(&self, other: &LivePropType) -> bool
fn eq(&self, other: &LivePropType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LivePropType
impl StructuralPartialEq for LivePropType
Auto Trait Implementations§
impl RefUnwindSafe for LivePropType
impl Send for LivePropType
impl Sync for LivePropType
impl Unpin for LivePropType
impl UnwindSafe for LivePropType
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