#[repr(transparent)]pub struct c_uint(pub c_uint);
Expand description
Newtype wrapper for an unsigned int
Tuple Fields§
§0: c_uint
Trait Implementations§
Source§impl ExternType for c_uint
§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_uint
§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_uint
impl Eq for c_uint
impl StructuralPartialEq for c_uint
Auto Trait Implementations§
impl Freeze for c_uint
impl RefUnwindSafe for c_uint
impl Send for c_uint
impl Sync for c_uint
impl Unpin for c_uint
impl UnwindSafe for c_uint
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