#[repr(C, align(64))]pub struct vlib_buffer_t__bindgen_ty_1__bindgen_ty_1 {
pub __bindgen_anon_1: __BindgenUnionField<vlib_buffer_t__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1>,
pub template: __BindgenUnionField<vlib_buffer_template_t>,
pub bindgen_union_field: [u8; 64],
}Fields§
§__bindgen_anon_1: __BindgenUnionField<vlib_buffer_t__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1>§template: __BindgenUnionField<vlib_buffer_template_t>§bindgen_union_field: [u8; 64]Trait Implementations§
Auto Trait Implementations§
impl Freeze for vlib_buffer_t__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for vlib_buffer_t__bindgen_ty_1__bindgen_ty_1
impl Send for vlib_buffer_t__bindgen_ty_1__bindgen_ty_1
impl Sync for vlib_buffer_t__bindgen_ty_1__bindgen_ty_1
impl Unpin for vlib_buffer_t__bindgen_ty_1__bindgen_ty_1
impl UnsafeUnpin for vlib_buffer_t__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for vlib_buffer_t__bindgen_ty_1__bindgen_ty_1
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