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