#[repr(C)]pub struct rte_flow_error {
pub type_: Type,
pub cause: *const c_void,
pub message: *const c_char,
}Fields§
§type_: Type§cause: *const c_void§message: *const c_charTrait Implementations§
Source§impl Clone for rte_flow_error
impl Clone for rte_flow_error
Source§fn clone(&self) -> rte_flow_error
fn clone(&self) -> rte_flow_error
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 rte_flow_error
impl Debug for rte_flow_error
Source§impl Default for rte_flow_error
impl Default for rte_flow_error
Source§impl PartialEq for rte_flow_error
impl PartialEq for rte_flow_error
impl Copy for rte_flow_error
impl StructuralPartialEq for rte_flow_error
Auto Trait Implementations§
impl Freeze for rte_flow_error
impl RefUnwindSafe for rte_flow_error
impl !Send for rte_flow_error
impl !Sync for rte_flow_error
impl Unpin for rte_flow_error
impl UnwindSafe for rte_flow_error
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