#[repr(u32)]pub enum svtype {
Show 18 variants
SVt_NULL = 0,
SVt_IV = 1,
SVt_NV = 2,
SVt_PV = 3,
SVt_INVLIST = 4,
SVt_PVIV = 5,
SVt_PVNV = 6,
SVt_PVMG = 7,
SVt_REGEXP = 8,
SVt_PVGV = 9,
SVt_PVLV = 10,
SVt_PVAV = 11,
SVt_PVHV = 12,
SVt_PVCV = 13,
SVt_PVFM = 14,
SVt_PVIO = 15,
SVt_PVOBJ = 16,
SVt_LAST = 17,
}Variants§
SVt_NULL = 0
SVt_IV = 1
SVt_NV = 2
SVt_PV = 3
SVt_INVLIST = 4
SVt_PVIV = 5
SVt_PVNV = 6
SVt_PVMG = 7
SVt_REGEXP = 8
SVt_PVGV = 9
SVt_PVLV = 10
SVt_PVAV = 11
SVt_PVHV = 12
SVt_PVCV = 13
SVt_PVFM = 14
SVt_PVIO = 15
SVt_PVOBJ = 16
SVt_LAST = 17
Trait Implementations§
Source§impl Ord for svtype
impl Ord for svtype
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for svtype
impl PartialOrd for svtype
impl Copy for svtype
impl Eq for svtype
impl StructuralPartialEq for svtype
Auto Trait Implementations§
impl Freeze for svtype
impl RefUnwindSafe for svtype
impl Send for svtype
impl Sync for svtype
impl Unpin for svtype
impl UnsafeUnpin for svtype
impl UnwindSafe for svtype
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