Enum libR_sys::nchar_type
source · #[repr(u32)]pub enum nchar_type {
Bytes = 0,
Chars = 1,
Width = 2,
}
Expand description
../main/character.c :
Variants§
Trait Implementations§
source§impl Clone for nchar_type
impl Clone for nchar_type
source§fn clone(&self) -> nchar_type
fn clone(&self) -> nchar_type
Returns a copy 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 moresource§impl Debug for nchar_type
impl Debug for nchar_type
source§impl Hash for nchar_type
impl Hash for nchar_type
source§impl PartialEq for nchar_type
impl PartialEq for nchar_type
impl Copy for nchar_type
impl Eq for nchar_type
impl StructuralPartialEq for nchar_type
Auto Trait Implementations§
impl Freeze for nchar_type
impl RefUnwindSafe for nchar_type
impl Send for nchar_type
impl Sync for nchar_type
impl Unpin for nchar_type
impl UnwindSafe for nchar_type
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
)