#[repr(u32)]pub enum Enum_Unnamed13 {
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_Unnamed13
impl Clone for Enum_Unnamed13
Source§fn clone(&self) -> Enum_Unnamed13
fn clone(&self) -> Enum_Unnamed13
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_Unnamed13
Auto Trait Implementations§
impl Freeze for Enum_Unnamed13
impl RefUnwindSafe for Enum_Unnamed13
impl Send for Enum_Unnamed13
impl Sync for Enum_Unnamed13
impl Unpin for Enum_Unnamed13
impl UnwindSafe for Enum_Unnamed13
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