#[repr(u32)]pub enum _POAValueType {
VAL_INT = 0,
VAL_FLOAT = 1,
VAL_BOOL = 2,
}Variants§
Trait Implementations§
Source§impl Clone for _POAValueType
impl Clone for _POAValueType
Source§fn clone(&self) -> _POAValueType
fn clone(&self) -> _POAValueType
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 _POAValueType
impl Debug for _POAValueType
Source§impl Hash for _POAValueType
impl Hash for _POAValueType
Source§impl PartialEq for _POAValueType
impl PartialEq for _POAValueType
impl Copy for _POAValueType
impl Eq for _POAValueType
impl StructuralPartialEq for _POAValueType
Auto Trait Implementations§
impl Freeze for _POAValueType
impl RefUnwindSafe for _POAValueType
impl Send for _POAValueType
impl Sync for _POAValueType
impl Unpin for _POAValueType
impl UnwindSafe for _POAValueType
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