#[repr(C)]pub struct net_context {
pub fd: c_int,
}Fields§
§fd: c_intTrait Implementations§
Source§impl Clone for net_context
impl Clone for net_context
Source§fn clone(&self) -> net_context
fn clone(&self) -> net_context
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 Default for net_context
impl Default for net_context
Source§fn default() -> net_context
fn default() -> net_context
Returns the “default value” for a type. Read more
impl Copy for net_context
Auto Trait Implementations§
impl Freeze for net_context
impl RefUnwindSafe for net_context
impl Send for net_context
impl Sync for net_context
impl Unpin for net_context
impl UnwindSafe for net_context
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