#[repr(C)]pub struct CopyArgs {
pub take: u32,
pub rule_id: u32,
pub packet_len: u32,
}Fields§
§take: u32§rule_id: u32§packet_len: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for CopyArgs
impl RefUnwindSafe for CopyArgs
impl Send for CopyArgs
impl Sync for CopyArgs
impl Unpin for CopyArgs
impl UnsafeUnpin for CopyArgs
impl UnwindSafe for CopyArgs
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