Struct windows_sys::Win32::UI::TabletPC::PACKET_DESCRIPTION
[−]#[repr(C)]pub struct PACKET_DESCRIPTION {
pub cbPacketSize: u32,
pub cPacketProperties: u32,
pub pPacketProperties: *mut PACKET_PROPERTY,
pub cButtons: u32,
pub pguidButtons: *mut GUID,
}
Expand description
Required features: "Win32_UI_TabletPC"
Fields
cbPacketSize: u32
cPacketProperties: u32
pPacketProperties: *mut PACKET_PROPERTY
cButtons: u32
pguidButtons: *mut GUID
Trait Implementations
impl Clone for PACKET_DESCRIPTION
impl Clone for PACKET_DESCRIPTION
impl Copy for PACKET_DESCRIPTION
Auto Trait Implementations
impl RefUnwindSafe for PACKET_DESCRIPTION
impl !Send for PACKET_DESCRIPTION
impl !Sync for PACKET_DESCRIPTION
impl Unpin for PACKET_DESCRIPTION
impl UnwindSafe for PACKET_DESCRIPTION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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