Struct NDIS_PER_PACKET_INFO
#[repr(transparent)]pub struct NDIS_PER_PACKET_INFO(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for NDIS_PER_PACKET_INFO
impl Clone for NDIS_PER_PACKET_INFO
§fn clone(&self) -> NDIS_PER_PACKET_INFO
fn clone(&self) -> NDIS_PER_PACKET_INFO
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 NDIS_PER_PACKET_INFO
impl Debug for NDIS_PER_PACKET_INFO
§impl Default for NDIS_PER_PACKET_INFO
impl Default for NDIS_PER_PACKET_INFO
§fn default() -> NDIS_PER_PACKET_INFO
fn default() -> NDIS_PER_PACKET_INFO
Returns the “default value” for a type. Read more
§impl PartialEq for NDIS_PER_PACKET_INFO
impl PartialEq for NDIS_PER_PACKET_INFO
impl Copy for NDIS_PER_PACKET_INFO
impl Eq for NDIS_PER_PACKET_INFO
impl StructuralPartialEq for NDIS_PER_PACKET_INFO
Auto Trait Implementations§
impl Freeze for NDIS_PER_PACKET_INFO
impl RefUnwindSafe for NDIS_PER_PACKET_INFO
impl Send for NDIS_PER_PACKET_INFO
impl Sync for NDIS_PER_PACKET_INFO
impl Unpin for NDIS_PER_PACKET_INFO
impl UnwindSafe for NDIS_PER_PACKET_INFO
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