#[repr(transparent)]pub struct c_uint(pub c_uint);Expand description
CFI type equivalent to Rust’s core::ffi::c_uint type alias.
Tuple Fields§
§0: c_uintTrait Implementations§
Source§impl Ord for c_uint
impl Ord for c_uint
Source§impl PartialOrd for c_uint
impl PartialOrd for c_uint
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