#[repr(C, align(64))]pub struct vnet_interface_per_thread_data_t {
pub cacheline0: __IncompleteArrayField<u8_>,
pub split_buffers: *mut u32_,
}Fields§
§cacheline0: __IncompleteArrayField<u8_>§split_buffers: *mut u32_Trait Implementations§
Auto Trait Implementations§
impl Freeze for vnet_interface_per_thread_data_t
impl RefUnwindSafe for vnet_interface_per_thread_data_t
impl !Send for vnet_interface_per_thread_data_t
impl !Sync for vnet_interface_per_thread_data_t
impl Unpin for vnet_interface_per_thread_data_t
impl UnsafeUnpin for vnet_interface_per_thread_data_t
impl UnwindSafe for vnet_interface_per_thread_data_t
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