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