#[repr(C)]pub struct sockbuf_io_desc {
    pub sbiod_level: c_int,
    pub sbiod_sb: *mut Sockbuf,
    pub sbiod_io: *mut Sockbuf_IO,
    pub sbiod_pvt: *mut c_void,
    pub sbiod_next: *mut sockbuf_io_desc,
}Fields§
§sbiod_level: c_int§sbiod_sb: *mut Sockbuf§sbiod_io: *mut Sockbuf_IO§sbiod_pvt: *mut c_void§sbiod_next: *mut sockbuf_io_descTrait Implementations§
Source§impl Clone for sockbuf_io_desc
 
impl Clone for sockbuf_io_desc
Source§fn clone(&self) -> sockbuf_io_desc
 
fn clone(&self) -> sockbuf_io_desc
Returns a duplicate 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 sockbuf_io_desc
 
impl Debug for sockbuf_io_desc
impl Copy for sockbuf_io_desc
Auto Trait Implementations§
impl Freeze for sockbuf_io_desc
impl RefUnwindSafe for sockbuf_io_desc
impl !Send for sockbuf_io_desc
impl !Sync for sockbuf_io_desc
impl Unpin for sockbuf_io_desc
impl UnwindSafe for sockbuf_io_desc
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