Struct wasix::AddrUnspec
source · [−]#[repr(C)]pub struct AddrUnspec {
pub n0: u8,
}Fields
n0: u8Trait Implementations
sourceimpl Clone for AddrUnspec
impl Clone for AddrUnspec
sourcefn clone(&self) -> AddrUnspec
fn clone(&self) -> AddrUnspec
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 more
sourceimpl Debug for AddrUnspec
impl Debug for AddrUnspec
impl Copy for AddrUnspec
Auto Trait Implementations
impl RefUnwindSafe for AddrUnspec
impl Send for AddrUnspec
impl Sync for AddrUnspec
impl Unpin for AddrUnspec
impl UnwindSafe for AddrUnspec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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