Struct wasix::lib_generated64::AddrIp6Cidr
source · #[repr(C)]pub struct AddrIp6Cidr {
pub addr: AddrIp6,
pub prefix: u8,
}
Fields§
§addr: AddrIp6
§prefix: u8
Trait Implementations§
source§impl Clone for AddrIp6Cidr
impl Clone for AddrIp6Cidr
source§fn clone(&self) -> AddrIp6Cidr
fn clone(&self) -> AddrIp6Cidr
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 AddrIp6Cidr
impl Debug for AddrIp6Cidr
impl Copy for AddrIp6Cidr
Auto Trait Implementations§
impl RefUnwindSafe for AddrIp6Cidr
impl Send for AddrIp6Cidr
impl Sync for AddrIp6Cidr
impl Unpin for AddrIp6Cidr
impl UnwindSafe for AddrIp6Cidr
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