Struct windows::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 GUID
Trait Implementations§
§impl Clone for PACKET_DESCRIPTION
impl Clone for PACKET_DESCRIPTION
§fn clone(&self) -> PACKET_DESCRIPTION
fn clone(&self) -> PACKET_DESCRIPTION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PACKET_DESCRIPTION
impl Debug for PACKET_DESCRIPTION
§impl Default for PACKET_DESCRIPTION
impl Default for PACKET_DESCRIPTION
§impl PartialEq for PACKET_DESCRIPTION
impl PartialEq for PACKET_DESCRIPTION
§fn eq(&self, other: &PACKET_DESCRIPTION) -> bool
fn eq(&self, other: &PACKET_DESCRIPTION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PACKET_DESCRIPTION
impl Eq for PACKET_DESCRIPTION
impl StructuralPartialEq for PACKET_DESCRIPTION
Auto Trait Implementations§
impl Freeze for PACKET_DESCRIPTION
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)