Struct TRANSMIT_PACKETS_ELEMENT
#[repr(C)]pub struct TRANSMIT_PACKETS_ELEMENT {
pub dwElFlags: u32,
pub cLength: u32,
pub Anonymous: TRANSMIT_PACKETS_ELEMENT_0,
}
Fields§
§dwElFlags: u32
§cLength: u32
§Anonymous: TRANSMIT_PACKETS_ELEMENT_0
Trait Implementations§
§impl Clone for TRANSMIT_PACKETS_ELEMENT
impl Clone for TRANSMIT_PACKETS_ELEMENT
§fn clone(&self) -> TRANSMIT_PACKETS_ELEMENT
fn clone(&self) -> TRANSMIT_PACKETS_ELEMENT
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 TRANSMIT_PACKETS_ELEMENT
Auto Trait Implementations§
impl Freeze for TRANSMIT_PACKETS_ELEMENT
impl RefUnwindSafe for TRANSMIT_PACKETS_ELEMENT
impl !Send for TRANSMIT_PACKETS_ELEMENT
impl !Sync for TRANSMIT_PACKETS_ELEMENT
impl Unpin for TRANSMIT_PACKETS_ELEMENT
impl UnwindSafe for TRANSMIT_PACKETS_ELEMENT
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