#[repr(C)]pub struct PRNetAddrInet6 {
pub family: PRUint16,
pub port: PRUint16,
pub flowinfo: PRUint32,
pub ip: PRIPv6Addr,
pub scope_id: PRUint32,
}Fields§
§family: PRUint16§port: PRUint16§flowinfo: PRUint32§ip: PRIPv6Addr§scope_id: PRUint32Trait Implementations§
Source§impl Clone for PRNetAddrInet6
impl Clone for PRNetAddrInet6
Source§fn clone(&self) -> PRNetAddrInet6
fn clone(&self) -> PRNetAddrInet6
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 PRNetAddrInet6
impl Debug for PRNetAddrInet6
impl Copy for PRNetAddrInet6
Auto Trait Implementations§
impl Freeze for PRNetAddrInet6
impl RefUnwindSafe for PRNetAddrInet6
impl Send for PRNetAddrInet6
impl Sync for PRNetAddrInet6
impl Unpin for PRNetAddrInet6
impl UnwindSafe for PRNetAddrInet6
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