#[repr(u8)]pub enum l_valtype {
kInt = 0,
kFloat = 1,
kStr = 2,
}Variants§
Trait Implementations§
Source§impl Ord for l_valtype
impl Ord for l_valtype
Source§impl PartialOrd for l_valtype
impl PartialOrd for l_valtype
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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)§impl<T, U> Into<U> for Twhere
U: From<T>,
impl<T, U> Into<U> for Twhere
U: From<T>,
§impl<T> ToOwned for Twhere
T: Clone,
impl<T> ToOwned for Twhere
T: Clone,
§impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
kInt: 0 byteskFloat: 0 byteskStr: 0 bytes