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