#[repr(C, packed(1))]pub struct nfqnl_msg_config_params {
pub copy_range: u32,
pub copy_mode: u8,
}Fields§
§copy_range: u32§copy_mode: u8Auto Trait Implementations§
impl Freeze for nfqnl_msg_config_params
impl RefUnwindSafe for nfqnl_msg_config_params
impl Send for nfqnl_msg_config_params
impl Sync for nfqnl_msg_config_params
impl Unpin for nfqnl_msg_config_params
impl UnwindSafe for nfqnl_msg_config_params
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