#[repr(C)]pub struct rte_mp_msg {
pub name: [c_char; 64],
pub len_param: c_int,
pub num_fds: c_int,
pub param: [u8; 256],
pub fds: [c_int; 8],
}Fields§
§name: [c_char; 64]§len_param: c_int§num_fds: c_int§param: [u8; 256]§fds: [c_int; 8]Trait Implementations§
Source§impl Clone for rte_mp_msg
impl Clone for rte_mp_msg
Source§fn clone(&self) -> rte_mp_msg
fn clone(&self) -> rte_mp_msg
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 Default for rte_mp_msg
impl Default for rte_mp_msg
impl Copy for rte_mp_msg
Auto Trait Implementations§
impl Freeze for rte_mp_msg
impl RefUnwindSafe for rte_mp_msg
impl Send for rte_mp_msg
impl Sync for rte_mp_msg
impl Unpin for rte_mp_msg
impl UnwindSafe for rte_mp_msg
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