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,
}Fields§
§cbPacketSize: u32§cPacketProperties: u32§pPacketProperties: *mut PACKET_PROPERTY§cButtons: u32§pguidButtons: *mut GUIDTrait 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§
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