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