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