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