#[repr(C)]pub struct nfqnl_msg_verdict_hdr {
pub verdict: u32,
pub id: u32,
}Fields§
§verdict: u32§id: u32Auto Trait Implementations§
impl Freeze for nfqnl_msg_verdict_hdr
impl RefUnwindSafe for nfqnl_msg_verdict_hdr
impl Send for nfqnl_msg_verdict_hdr
impl Sync for nfqnl_msg_verdict_hdr
impl Unpin for nfqnl_msg_verdict_hdr
impl UnwindSafe for nfqnl_msg_verdict_hdr
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