#[repr(transparent)]pub struct c_char(pub c_char);
Expand description
CFI type equivalent to Rust’s core::ffi::c_char type alias.
Tuple Fields§
§0: c_char
Trait Implementations§
Source§impl Ord for c_char
impl Ord for c_char
Source§impl PartialOrd for c_char
impl PartialOrd for c_char
impl Copy for c_char
impl Eq for c_char
impl StructuralPartialEq for c_char
Auto Trait Implementations§
impl Freeze for c_char
impl RefUnwindSafe for c_char
impl Send for c_char
impl Sync for c_char
impl Unpin for c_char
impl UnwindSafe for c_char
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