#[repr(C)]pub struct vnet_hw_if_tx_frame_t {
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 3]>,
pub queue_id: u32_,
}Fields§
§_bitfield_align_1: [u16; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 3]>§queue_id: u32_Implementations§
Source§impl vnet_hw_if_tx_frame_t
impl vnet_hw_if_tx_frame_t
pub fn hints(&self) -> vnet_hw_if_tx_frame_hint_t
pub fn set_hints(&mut self, val: vnet_hw_if_tx_frame_hint_t)
pub unsafe fn hints_raw(this: *const Self) -> vnet_hw_if_tx_frame_hint_t
pub unsafe fn set_hints_raw(this: *mut Self, val: vnet_hw_if_tx_frame_hint_t)
pub fn new_bitfield_1( shared_queue: u8_, hints: vnet_hw_if_tx_frame_hint_t, ) -> __BindgenBitfieldUnit<[u8; 3]>
Trait Implementations§
Source§impl Clone for vnet_hw_if_tx_frame_t
impl Clone for vnet_hw_if_tx_frame_t
Source§fn clone(&self) -> vnet_hw_if_tx_frame_t
fn clone(&self) -> vnet_hw_if_tx_frame_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for vnet_hw_if_tx_frame_t
impl Debug for vnet_hw_if_tx_frame_t
Source§impl Default for vnet_hw_if_tx_frame_t
impl Default for vnet_hw_if_tx_frame_t
impl Copy for vnet_hw_if_tx_frame_t
Auto Trait Implementations§
impl Freeze for vnet_hw_if_tx_frame_t
impl RefUnwindSafe for vnet_hw_if_tx_frame_t
impl Send for vnet_hw_if_tx_frame_t
impl Sync for vnet_hw_if_tx_frame_t
impl Unpin for vnet_hw_if_tx_frame_t
impl UnsafeUnpin for vnet_hw_if_tx_frame_t
impl UnwindSafe for vnet_hw_if_tx_frame_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