#[repr(C)]pub struct in_endpoints {
pub ie_fport: u16,
pub ie_lport: u16,
pub ie_dependfaddr: in_dependaddr,
pub ie_dependladdr: in_dependaddr,
pub ie6_zoneid: u32,
}Fields§
§ie_fport: u16§ie_lport: u16§ie_dependfaddr: in_dependaddr§ie_dependladdr: in_dependaddr§ie6_zoneid: u32Trait Implementations§
Source§impl Clone for in_endpoints
impl Clone for in_endpoints
Source§fn clone(&self) -> in_endpoints
fn clone(&self) -> in_endpoints
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 in_endpoints
impl Debug for in_endpoints
impl Copy for in_endpoints
Auto Trait Implementations§
impl Freeze for in_endpoints
impl RefUnwindSafe for in_endpoints
impl Send for in_endpoints
impl Sync for in_endpoints
impl Unpin for in_endpoints
impl UnwindSafe for in_endpoints
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