#[repr(usize)]pub enum LivePropType {
Field = 0,
Instance = 1,
Nameless = 3,
}
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 for LivePropType
impl PartialEq for LivePropType
impl Copy for LivePropType
impl StructuralPartialEq for LivePropType
Auto Trait Implementations§
impl Freeze for LivePropType
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