Struct sgx_oc::linux::ocall::AddrInfoHints
source · pub struct AddrInfoHints {
pub flags: i32,
pub family: i32,
pub socktype: i32,
pub protocol: i32,
}
Fields§
§flags: i32
§family: i32
§socktype: i32
§protocol: i32
Trait Implementations§
source§impl Clone for AddrInfoHints
impl Clone for AddrInfoHints
source§fn clone(&self) -> AddrInfoHints
fn clone(&self) -> AddrInfoHints
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 AddrInfoHints
impl Debug for AddrInfoHints
source§impl Default for AddrInfoHints
impl Default for AddrInfoHints
source§impl From<addr_info> for AddrInfoHints
impl From<addr_info> for AddrInfoHints
source§fn from(addrinfo: addr_info) -> AddrInfoHints
fn from(addrinfo: addr_info) -> AddrInfoHints
Converts to this type from the input type.
source§impl From<addrinfo> for AddrInfoHints
impl From<addrinfo> for AddrInfoHints
source§fn from(addrinfo: addrinfo) -> AddrInfoHints
fn from(addrinfo: addrinfo) -> AddrInfoHints
Converts to this type from the input type.
impl ContiguousMemory for AddrInfoHints
impl Copy for AddrInfoHints
Auto Trait Implementations§
impl RefUnwindSafe for AddrInfoHints
impl Send for AddrInfoHints
impl Sync for AddrInfoHints
impl Unpin for AddrInfoHints
impl UnwindSafe for AddrInfoHints
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