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