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