Struct windows_sys::Win32::UI::TabletPC::PACKET_PROPERTY
[−]#[repr(C)]pub struct PACKET_PROPERTY {
pub guid: GUID,
pub PropertyMetrics: PROPERTY_METRICS,
}
Expand description
Required features: "Win32_UI_TabletPC"
Fields
guid: GUID
PropertyMetrics: PROPERTY_METRICS
Trait Implementations
impl Clone for PACKET_PROPERTY
impl Clone for PACKET_PROPERTY
impl Copy for PACKET_PROPERTY
Auto Trait Implementations
impl RefUnwindSafe for PACKET_PROPERTY
impl Send for PACKET_PROPERTY
impl Sync for PACKET_PROPERTY
impl Unpin for PACKET_PROPERTY
impl UnwindSafe for PACKET_PROPERTY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more