#[repr(C)]pub struct wxd_GBPosition {
pub row: c_int,
pub col: c_int,
}Fields§
§row: c_int§col: c_intTrait Implementations§
Source§impl Clone for wxd_GBPosition
impl Clone for wxd_GBPosition
Source§fn clone(&self) -> wxd_GBPosition
fn clone(&self) -> wxd_GBPosition
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for wxd_GBPosition
impl Debug for wxd_GBPosition
impl Copy for wxd_GBPosition
Auto Trait Implementations§
impl Freeze for wxd_GBPosition
impl RefUnwindSafe for wxd_GBPosition
impl Send for wxd_GBPosition
impl Sync for wxd_GBPosition
impl Unpin for wxd_GBPosition
impl UnwindSafe for wxd_GBPosition
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