#[repr(transparent)]pub struct c_int(pub c_int);Expand description
CFI type equivalent to Rust’s core::ffi::c_int type alias.
Tuple Fields§
§0: c_intTrait Implementations§
Source§impl Ord for c_int
impl Ord for c_int
Source§impl PartialOrd for c_int
impl PartialOrd for c_int
impl Copy for c_int
impl Eq for c_int
impl StructuralPartialEq for c_int
Auto Trait Implementations§
impl Freeze for c_int
impl RefUnwindSafe for c_int
impl Send for c_int
impl Sync for c_int
impl Unpin for c_int
impl UnsafeUnpin for c_int
impl UnwindSafe for c_int
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