Struct windows_sys::Win32::UI::TabletPC::LINE_SEGMENT
[−]Expand description
Required features: ‘Win32_UI_TabletPC’, ‘Win32_Foundation’
Fields
PtA: POINTPtB: POINTTrait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more