#[repr(C)]pub struct tagNC_ADDRESS {
pub pAddrInfo: *mut NET_ADDRESS_INFO_,
pub PortNumber: USHORT,
pub PrefixLength: BYTE,
}
Fields§
§pAddrInfo: *mut NET_ADDRESS_INFO_
§PortNumber: USHORT
§PrefixLength: BYTE
Trait Implementations§
Source§impl Clone for tagNC_ADDRESS
impl Clone for tagNC_ADDRESS
Source§fn clone(&self) -> tagNC_ADDRESS
fn clone(&self) -> tagNC_ADDRESS
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 tagNC_ADDRESS
impl Debug for tagNC_ADDRESS
Source§impl Ord for tagNC_ADDRESS
impl Ord for tagNC_ADDRESS
Source§fn cmp(&self, other: &tagNC_ADDRESS) -> Ordering
fn cmp(&self, other: &tagNC_ADDRESS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagNC_ADDRESS
impl PartialEq for tagNC_ADDRESS
Source§impl PartialOrd for tagNC_ADDRESS
impl PartialOrd for tagNC_ADDRESS
impl Copy for tagNC_ADDRESS
impl Eq for tagNC_ADDRESS
impl StructuralPartialEq for tagNC_ADDRESS
Auto Trait Implementations§
impl Freeze for tagNC_ADDRESS
impl RefUnwindSafe for tagNC_ADDRESS
impl !Send for tagNC_ADDRESS
impl !Sync for tagNC_ADDRESS
impl Unpin for tagNC_ADDRESS
impl UnwindSafe for tagNC_ADDRESS
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