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