Struct windows_sys::Win32::UI::TabletPC::LINE_SEGMENT
#[repr(C)]pub struct LINE_SEGMENT {
pub PtA: POINT,
pub PtB: POINT,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§PtA: POINT
§PtB: POINT
Trait Implementations§
§impl Clone for LINE_SEGMENT
impl Clone for LINE_SEGMENT
impl Copy for LINE_SEGMENT
Auto Trait Implementations§
impl RefUnwindSafe for LINE_SEGMENT
impl Send for LINE_SEGMENT
impl Sync for LINE_SEGMENT
impl Unpin for LINE_SEGMENT
impl UnwindSafe for LINE_SEGMENT
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