#[repr(C)]pub struct xsk_tx_metadata_request {
pub csum_start: __u16,
pub csum_offset: __u16,
}
Fields§
§csum_start: __u16
§csum_offset: __u16
Trait Implementations§
Source§impl Clone for xsk_tx_metadata_request
impl Clone for xsk_tx_metadata_request
Source§fn clone(&self) -> xsk_tx_metadata_request
fn clone(&self) -> xsk_tx_metadata_request
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 xsk_tx_metadata_request
Auto Trait Implementations§
impl Freeze for xsk_tx_metadata_request
impl RefUnwindSafe for xsk_tx_metadata_request
impl Send for xsk_tx_metadata_request
impl Sync for xsk_tx_metadata_request
impl Unpin for xsk_tx_metadata_request
impl UnwindSafe for xsk_tx_metadata_request
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,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes