#[repr(transparent)]pub struct c_int(pub c_int);
Expand description
Newtype wrapper for an int
Tuple Fields§
§0: c_int
Trait Implementations§
Source§impl ExternType for c_int
§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_int
§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_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 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