#[repr(C)]pub struct NET_ADDRESS_INFO_ {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for NET_ADDRESS_INFO_
impl Clone for NET_ADDRESS_INFO_
Source§fn clone(&self) -> NET_ADDRESS_INFO_
fn clone(&self) -> NET_ADDRESS_INFO_
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 NET_ADDRESS_INFO_
impl Debug for NET_ADDRESS_INFO_
Source§impl Ord for NET_ADDRESS_INFO_
impl Ord for NET_ADDRESS_INFO_
Source§fn cmp(&self, other: &NET_ADDRESS_INFO_) -> Ordering
fn cmp(&self, other: &NET_ADDRESS_INFO_) -> 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 NET_ADDRESS_INFO_
impl PartialEq for NET_ADDRESS_INFO_
Source§impl PartialOrd for NET_ADDRESS_INFO_
impl PartialOrd for NET_ADDRESS_INFO_
impl Copy for NET_ADDRESS_INFO_
impl Eq for NET_ADDRESS_INFO_
impl StructuralPartialEq for NET_ADDRESS_INFO_
Auto Trait Implementations§
impl Freeze for NET_ADDRESS_INFO_
impl RefUnwindSafe for NET_ADDRESS_INFO_
impl Send for NET_ADDRESS_INFO_
impl Sync for NET_ADDRESS_INFO_
impl Unpin for NET_ADDRESS_INFO_
impl UnwindSafe for NET_ADDRESS_INFO_
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