#[repr(u32)]pub enum l_valtype {
kInt = 0,
kFloat = 1,
kStr = 2,
}Variants§
Trait Implementations§
impl Copy for l_valtype
impl Eq for l_valtype
impl StructuralPartialEq for l_valtype
Auto Trait Implementations§
impl Freeze for l_valtype
impl RefUnwindSafe for l_valtype
impl Send for l_valtype
impl Sync for l_valtype
impl Unpin for l_valtype
impl UnwindSafe for l_valtype
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