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