#[repr(C)]pub struct packet_verdict_opt_s {
pub type_: packet_verdict_type_e,
pub data: packet_verdict_opt_s__bindgen_ty_1,
}Fields§
§type_: packet_verdict_type_e§data: packet_verdict_opt_s__bindgen_ty_1Trait Implementations§
Source§impl Clone for packet_verdict_opt_s
impl Clone for packet_verdict_opt_s
Source§fn clone(&self) -> packet_verdict_opt_s
fn clone(&self) -> packet_verdict_opt_s
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 moreimpl Copy for packet_verdict_opt_s
Auto Trait Implementations§
impl Freeze for packet_verdict_opt_s
impl RefUnwindSafe for packet_verdict_opt_s
impl !Send for packet_verdict_opt_s
impl !Sync for packet_verdict_opt_s
impl Unpin for packet_verdict_opt_s
impl UnwindSafe for packet_verdict_opt_s
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