#[repr(C)]pub struct bio_mmsg_cb_args_st {
pub msg: *mut bio_msg_st,
pub stride: usize,
pub num_msg: usize,
pub flags: u64,
pub msgs_processed: *mut usize,
}
Fields§
§msg: *mut bio_msg_st
§stride: usize
§num_msg: usize
§flags: u64
§msgs_processed: *mut usize
Trait Implementations§
Source§impl Clone for bio_mmsg_cb_args_st
impl Clone for bio_mmsg_cb_args_st
Source§fn clone(&self) -> bio_mmsg_cb_args_st
fn clone(&self) -> bio_mmsg_cb_args_st
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 bio_mmsg_cb_args_st
impl Debug for bio_mmsg_cb_args_st
impl Copy for bio_mmsg_cb_args_st
Auto Trait Implementations§
impl Freeze for bio_mmsg_cb_args_st
impl RefUnwindSafe for bio_mmsg_cb_args_st
impl !Send for bio_mmsg_cb_args_st
impl !Sync for bio_mmsg_cb_args_st
impl Unpin for bio_mmsg_cb_args_st
impl UnwindSafe for bio_mmsg_cb_args_st
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