#[repr(C)]pub struct tcp_zerocopy_receive {
pub address: u64,
pub length: u32,
pub recv_skip_hint: u32,
}
Fields§
§address: u64
§length: u32
§recv_skip_hint: u32
Trait Implementations§
Source§impl Clone for tcp_zerocopy_receive
impl Clone for tcp_zerocopy_receive
Source§fn clone(&self) -> tcp_zerocopy_receive
fn clone(&self) -> tcp_zerocopy_receive
Returns a copy 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 tcp_zerocopy_receive
impl Debug for tcp_zerocopy_receive
impl Copy for tcp_zerocopy_receive
Auto Trait Implementations§
impl Freeze for tcp_zerocopy_receive
impl RefUnwindSafe for tcp_zerocopy_receive
impl Send for tcp_zerocopy_receive
impl Sync for tcp_zerocopy_receive
impl Unpin for tcp_zerocopy_receive
impl UnwindSafe for tcp_zerocopy_receive
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