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