#[repr(C)]pub struct vnet_buffer_opaque2_t__bindgen_ty_2 {
pub gso_size: u16_,
pub gso_l4_hdr_sz: u16_,
pub outer_l3_hdr_offset: i16_,
pub outer_l4_hdr_offset: i16_,
}Fields§
§gso_size: u16_§gso_l4_hdr_sz: u16_§outer_l3_hdr_offset: i16_§outer_l4_hdr_offset: i16_Trait Implementations§
Source§impl Clone for vnet_buffer_opaque2_t__bindgen_ty_2
impl Clone for vnet_buffer_opaque2_t__bindgen_ty_2
Source§fn clone(&self) -> vnet_buffer_opaque2_t__bindgen_ty_2
fn clone(&self) -> vnet_buffer_opaque2_t__bindgen_ty_2
Returns a duplicate 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 moreSource§impl Default for vnet_buffer_opaque2_t__bindgen_ty_2
impl Default for vnet_buffer_opaque2_t__bindgen_ty_2
Source§fn default() -> vnet_buffer_opaque2_t__bindgen_ty_2
fn default() -> vnet_buffer_opaque2_t__bindgen_ty_2
Returns the “default value” for a type. Read more
impl Copy for vnet_buffer_opaque2_t__bindgen_ty_2
Auto Trait Implementations§
impl Freeze for vnet_buffer_opaque2_t__bindgen_ty_2
impl RefUnwindSafe for vnet_buffer_opaque2_t__bindgen_ty_2
impl Send for vnet_buffer_opaque2_t__bindgen_ty_2
impl Sync for vnet_buffer_opaque2_t__bindgen_ty_2
impl Unpin for vnet_buffer_opaque2_t__bindgen_ty_2
impl UnsafeUnpin for vnet_buffer_opaque2_t__bindgen_ty_2
impl UnwindSafe for vnet_buffer_opaque2_t__bindgen_ty_2
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