#[repr(C)]pub struct _POINTL {
pub x: LONG,
pub y: LONG,
}Fields§
§x: LONG§y: LONGTrait 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