#[repr(C)]pub struct long1 {
pub x: c_long,
}
Fields§
§x: c_long
Trait Implementations§
Auto Trait Implementations§
impl Freeze for long1
impl RefUnwindSafe for long1
impl Send for long1
impl Sync for long1
impl Unpin for long1
impl UnwindSafe for long1
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