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