#[repr(transparent)]pub struct CChar(pub u8);Expand description
A newtype wrapper for u8 when it represents character data.
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
impl Copy for CChar
impl Eq for CChar
impl StructuralPartialEq for CChar
Auto Trait Implementations§
impl Freeze for CChar
impl RefUnwindSafe for CChar
impl Send for CChar
impl Sync for CChar
impl Unpin for CChar
impl UnsafeUnpin for CChar
impl UnwindSafe for CChar
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