[−][src]Enum cexpr::literal::CChar
Representation of a C character
Variants
Char(char)
A character that can be represented as a char
Raw(u64)
Any other character (8-bit characters, unicode surrogates, etc.)
Trait Implementations
impl From<u8> for CChar
[src]
impl Into<Vec<u8>> for CChar
[src]
impl Clone for CChar
[src]
fn clone(&self) -> CChar
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq<CChar> for CChar
[src]
impl Eq for CChar
[src]
impl Copy for CChar
[src]
impl Debug for CChar
[src]
Auto Trait Implementations
impl Unpin for CChar
impl Sync for CChar
impl Send for CChar
impl UnwindSafe for CChar
impl RefUnwindSafe for CChar
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,