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