Struct wasix::AddrUnixCidr
source · [−]Fields
addr: AddrUnixprefix: u8Trait Implementations
sourceimpl Clone for AddrUnixCidr
impl Clone for AddrUnixCidr
sourcefn clone(&self) -> AddrUnixCidr
fn clone(&self) -> AddrUnixCidr
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AddrUnixCidr
impl Debug for AddrUnixCidr
impl Copy for AddrUnixCidr
Auto Trait Implementations
impl RefUnwindSafe for AddrUnixCidr
impl Send for AddrUnixCidr
impl Sync for AddrUnixCidr
impl Unpin for AddrUnixCidr
impl UnwindSafe for AddrUnixCidr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more