#[repr(C)]pub struct wxd_GBSpan {
pub rowspan: c_int,
pub colspan: c_int,
}Fields§
§rowspan: c_int§colspan: c_intTrait Implementations§
Source§impl Clone for wxd_GBSpan
impl Clone for wxd_GBSpan
Source§fn clone(&self) -> wxd_GBSpan
fn clone(&self) -> wxd_GBSpan
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_GBSpan
impl Debug for wxd_GBSpan
impl Copy for wxd_GBSpan
Auto Trait Implementations§
impl Freeze for wxd_GBSpan
impl RefUnwindSafe for wxd_GBSpan
impl Send for wxd_GBSpan
impl Sync for wxd_GBSpan
impl Unpin for wxd_GBSpan
impl UnwindSafe for wxd_GBSpan
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