#[repr(transparent)]pub struct c_uchar(pub c_uchar);
Expand description
Newtype wrapper for an unsigned char
Tuple Fields§
§0: c_uchar
Trait Implementations§
Source§impl ExternType for c_uchar
§Safety
We assert that the namespace and type ID refer to a C++
type which is equivalent to this Rust type.
impl ExternType for c_uchar
§Safety
We assert that the namespace and type ID refer to a C++ type which is equivalent to this Rust type.
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