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