#[repr(C)]pub struct send_out {
pub so_datalen: usize,
}Expand description
Results of sock_send().
Fields§
§so_datalen: usizeNumber of bytes transmitted.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for send_out
impl RefUnwindSafe for send_out
impl Send for send_out
impl Sync for send_out
impl Unpin for send_out
impl UnwindSafe for send_out
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