#[repr(u32)]pub enum SimTypeRaw {
Bool = 0,
U32 = 1,
I32 = 2,
F32 = 3,
F64 = 4,
}Variants§
Trait Implementations§
Source§impl Clone for SimTypeRaw
impl Clone for SimTypeRaw
Source§fn clone(&self) -> SimTypeRaw
fn clone(&self) -> SimTypeRaw
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 SimTypeRaw
impl Debug for SimTypeRaw
Source§impl PartialEq for SimTypeRaw
impl PartialEq for SimTypeRaw
Source§impl TryFrom<u32> for SimTypeRaw
impl TryFrom<u32> for SimTypeRaw
impl Copy for SimTypeRaw
impl Eq for SimTypeRaw
impl StructuralPartialEq for SimTypeRaw
Auto Trait Implementations§
impl Freeze for SimTypeRaw
impl RefUnwindSafe for SimTypeRaw
impl Send for SimTypeRaw
impl Sync for SimTypeRaw
impl Unpin for SimTypeRaw
impl UnsafeUnpin for SimTypeRaw
impl UnwindSafe for SimTypeRaw
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