Struct 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 moreimpl Copy 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