#[repr(u32)]pub enum cetype_t {
CE_NATIVE = 0,
CE_UTF8 = 1,
CE_LATIN1 = 2,
CE_BYTES = 3,
CE_SYMBOL = 5,
CE_ANY = 99,
}
Expand description
cetype_t is an identifier reseved by POSIX, but it is well established as public. Could remap by a #define though
Variants§
Trait Implementations§
impl Copy for cetype_t
impl Eq for cetype_t
impl StructuralPartialEq for cetype_t
Auto Trait Implementations§
impl Freeze for cetype_t
impl RefUnwindSafe for cetype_t
impl Send for cetype_t
impl Sync for cetype_t
impl Unpin for cetype_t
impl UnwindSafe for cetype_t
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)