Struct wasix::lib_generated64::AddressFamily
source · #[repr(transparent)]pub struct AddressFamily(_);
Implementations§
Trait Implementations§
source§impl Clone for AddressFamily
impl Clone for AddressFamily
source§fn clone(&self) -> AddressFamily
fn clone(&self) -> AddressFamily
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 AddressFamily
impl Debug for AddressFamily
source§impl From<u8> for AddressFamily
impl From<u8> for AddressFamily
source§impl Hash for AddressFamily
impl Hash for AddressFamily
source§impl Ord for AddressFamily
impl Ord for AddressFamily
source§fn cmp(&self, other: &AddressFamily) -> Ordering
fn cmp(&self, other: &AddressFamily) -> 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<AddressFamily> for AddressFamily
impl PartialEq<AddressFamily> for AddressFamily
source§fn eq(&self, other: &AddressFamily) -> bool
fn eq(&self, other: &AddressFamily) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<AddressFamily> for AddressFamily
impl PartialOrd<AddressFamily> for AddressFamily
source§fn partial_cmp(&self, other: &AddressFamily) -> Option<Ordering>
fn partial_cmp(&self, other: &AddressFamily) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for AddressFamily
impl Eq for AddressFamily
impl StructuralEq for AddressFamily
impl StructuralPartialEq for AddressFamily
Auto Trait Implementations§
impl RefUnwindSafe for AddressFamily
impl Send for AddressFamily
impl Sync for AddressFamily
impl Unpin for AddressFamily
impl UnwindSafe for AddressFamily
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