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