Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
ProtocolType: u16
HeaderOffset: u16
Trait Implementations
impl Clone for TRANSPORT_HEADER_OFFSET
impl Clone for TRANSPORT_HEADER_OFFSET
impl Copy for TRANSPORT_HEADER_OFFSET
Auto Trait Implementations
impl RefUnwindSafe for TRANSPORT_HEADER_OFFSET
impl Send for TRANSPORT_HEADER_OFFSET
impl Sync for TRANSPORT_HEADER_OFFSET
impl Unpin for TRANSPORT_HEADER_OFFSET
impl UnwindSafe for TRANSPORT_HEADER_OFFSET
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more