#[repr(C)]pub struct vlib_next_frame_t {
pub frame: *mut vlib_frame_t,
pub node_runtime_index: u32_,
pub flags: u32_,
pub vectors_since_last_overflow: u32_,
}Fields§
§frame: *mut vlib_frame_t§node_runtime_index: u32_§flags: u32_§vectors_since_last_overflow: u32_Trait Implementations§
Source§impl Clone for vlib_next_frame_t
impl Clone for vlib_next_frame_t
Source§fn clone(&self) -> vlib_next_frame_t
fn clone(&self) -> vlib_next_frame_t
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 Debug for vlib_next_frame_t
impl Debug for vlib_next_frame_t
Source§impl Default for vlib_next_frame_t
impl Default for vlib_next_frame_t
impl Copy for vlib_next_frame_t
Auto Trait Implementations§
impl Freeze for vlib_next_frame_t
impl RefUnwindSafe for vlib_next_frame_t
impl !Send for vlib_next_frame_t
impl !Sync for vlib_next_frame_t
impl Unpin for vlib_next_frame_t
impl UnsafeUnpin for vlib_next_frame_t
impl UnwindSafe for vlib_next_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