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