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