#[repr(C)]pub struct bio_msg_st {
pub data: *mut c_void,
pub data_len: usize,
pub peer: *mut bio_addr_st,
pub local: *mut bio_addr_st,
pub flags: u64,
}
Fields§
§data: *mut c_void
§data_len: usize
§peer: *mut bio_addr_st
§local: *mut bio_addr_st
§flags: u64
Trait Implementations§
Source§impl Clone for bio_msg_st
impl Clone for bio_msg_st
Source§fn clone(&self) -> bio_msg_st
fn clone(&self) -> bio_msg_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_msg_st
impl Debug for bio_msg_st
impl Copy for bio_msg_st
Auto Trait Implementations§
impl Freeze for bio_msg_st
impl RefUnwindSafe for bio_msg_st
impl !Send for bio_msg_st
impl !Sync for bio_msg_st
impl Unpin for bio_msg_st
impl UnwindSafe for bio_msg_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