#[repr(u32)]pub enum Enum_Unnamed14 {
CE_NATIVE = 0,
CE_UTF8 = 1,
CE_LATIN1 = 2,
CE_BYTES = 3,
CE_SYMBOL = 5,
CE_ANY = 99,
}
Variants§
Trait Implementations§
Source§impl Clone for Enum_Unnamed14
impl Clone for Enum_Unnamed14
Source§fn clone(&self) -> Enum_Unnamed14
fn clone(&self) -> Enum_Unnamed14
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 moreimpl Copy for Enum_Unnamed14
Auto Trait Implementations§
impl Freeze for Enum_Unnamed14
impl RefUnwindSafe for Enum_Unnamed14
impl Send for Enum_Unnamed14
impl Sync for Enum_Unnamed14
impl Unpin for Enum_Unnamed14
impl UnwindSafe for Enum_Unnamed14
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