pub struct CUint(/* private fields */);
Expand description
c_uint
wrapper (from C-type)
Trait Implementations§
impl Copy for CUint
impl Eq for CUint
impl StructuralPartialEq for CUint
Auto Trait Implementations§
impl Freeze for CUint
impl RefUnwindSafe for CUint
impl Send for CUint
impl Sync for CUint
impl Unpin for CUint
impl UnwindSafe for CUint
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