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