#[repr(u32)]pub enum PL_SvPVtype {
SvPVutf8_type_ = 0,
SvPVbyte_type_ = 1,
SvPVnormal_type_ = 2,
SvPVforce_type_ = 3,
SvPVutf8_pure_type_ = 4,
SvPVbyte_pure_type_ = 5,
}Variants§
SvPVutf8_type_ = 0
SvPVbyte_type_ = 1
SvPVnormal_type_ = 2
SvPVforce_type_ = 3
SvPVutf8_pure_type_ = 4
SvPVbyte_pure_type_ = 5
Trait Implementations§
Source§impl Clone for PL_SvPVtype
impl Clone for PL_SvPVtype
Source§fn clone(&self) -> PL_SvPVtype
fn clone(&self) -> PL_SvPVtype
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PL_SvPVtype
impl Debug for PL_SvPVtype
Source§impl Hash for PL_SvPVtype
impl Hash for PL_SvPVtype
Source§impl Ord for PL_SvPVtype
impl Ord for PL_SvPVtype
Source§fn cmp(&self, other: &PL_SvPVtype) -> Ordering
fn cmp(&self, other: &PL_SvPVtype) -> Ordering
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 PartialEq for PL_SvPVtype
impl PartialEq for PL_SvPVtype
Source§fn eq(&self, other: &PL_SvPVtype) -> bool
fn eq(&self, other: &PL_SvPVtype) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PL_SvPVtype
impl PartialOrd for PL_SvPVtype
impl Copy for PL_SvPVtype
impl Eq for PL_SvPVtype
impl StructuralPartialEq for PL_SvPVtype
Auto Trait Implementations§
impl Freeze for PL_SvPVtype
impl RefUnwindSafe for PL_SvPVtype
impl Send for PL_SvPVtype
impl Sync for PL_SvPVtype
impl Unpin for PL_SvPVtype
impl UnsafeUnpin for PL_SvPVtype
impl UnwindSafe for PL_SvPVtype
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