Struct miniblink_sys::_wkeSize
source · #[repr(C)]pub struct _wkeSize {
pub w: c_int,
pub h: c_int,
}Fields§
§w: c_int§h: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for _wkeSize
impl RefUnwindSafe for _wkeSize
impl Send for _wkeSize
impl Sync for _wkeSize
impl Unpin for _wkeSize
impl UnwindSafe for _wkeSize
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