#[repr(C)]pub struct vnet_buffer_opaque2_t__bindgen_ty_4 {
pub reass: vnet_buffer_opaque2_t__bindgen_ty_4__bindgen_ty_1,
}Fields§
§reass: vnet_buffer_opaque2_t__bindgen_ty_4__bindgen_ty_1Trait Implementations§
Source§impl Clone for vnet_buffer_opaque2_t__bindgen_ty_4
impl Clone for vnet_buffer_opaque2_t__bindgen_ty_4
Source§fn clone(&self) -> vnet_buffer_opaque2_t__bindgen_ty_4
fn clone(&self) -> vnet_buffer_opaque2_t__bindgen_ty_4
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_4
impl Default for vnet_buffer_opaque2_t__bindgen_ty_4
Source§fn default() -> vnet_buffer_opaque2_t__bindgen_ty_4
fn default() -> vnet_buffer_opaque2_t__bindgen_ty_4
Returns the “default value” for a type. Read more
impl Copy for vnet_buffer_opaque2_t__bindgen_ty_4
Auto Trait Implementations§
impl Freeze for vnet_buffer_opaque2_t__bindgen_ty_4
impl RefUnwindSafe for vnet_buffer_opaque2_t__bindgen_ty_4
impl Send for vnet_buffer_opaque2_t__bindgen_ty_4
impl Sync for vnet_buffer_opaque2_t__bindgen_ty_4
impl Unpin for vnet_buffer_opaque2_t__bindgen_ty_4
impl UnsafeUnpin for vnet_buffer_opaque2_t__bindgen_ty_4
impl UnwindSafe for vnet_buffer_opaque2_t__bindgen_ty_4
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