#[repr(C, align(64))]pub struct vlib_buffer_t__bindgen_ty_1<FAM: ?Sized = [u8_; 0]> {
pub __bindgen_anon_1: vlib_buffer_t__bindgen_ty_1__bindgen_ty_1,
pub second_half: __IncompleteArrayField<u8_>,
pub trace_handle: u32_,
pub total_length_not_including_first_buffer: u32_,
pub opaque2: [u32_; 14],
pub headroom: __IncompleteArrayField<u8_>,
pub pre_data: [u8_; 128],
pub data: FAM,
}Fields§
§__bindgen_anon_1: vlib_buffer_t__bindgen_ty_1__bindgen_ty_1§second_half: __IncompleteArrayField<u8_>§trace_handle: u32_§total_length_not_including_first_buffer: u32_§opaque2: [u32_; 14]§headroom: __IncompleteArrayField<u8_>§pre_data: [u8_; 128]§data: FAMTrait Implementations§
Auto Trait Implementations§
impl<FAM> Freeze for vlib_buffer_t__bindgen_ty_1<FAM>
impl<FAM> RefUnwindSafe for vlib_buffer_t__bindgen_ty_1<FAM>where
FAM: RefUnwindSafe + ?Sized,
impl<FAM> Send for vlib_buffer_t__bindgen_ty_1<FAM>
impl<FAM> Sync for vlib_buffer_t__bindgen_ty_1<FAM>
impl<FAM> Unpin for vlib_buffer_t__bindgen_ty_1<FAM>
impl<FAM> UnsafeUnpin for vlib_buffer_t__bindgen_ty_1<FAM>where
FAM: UnsafeUnpin + ?Sized,
impl<FAM> UnwindSafe for vlib_buffer_t__bindgen_ty_1<FAM>where
FAM: UnwindSafe + ?Sized,
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