pub struct remote_domain_interface {
pub name: remote_nonnull_string,
pub hwaddr: remote_string,
pub addrs: Vec<remote_domain_ip_addr>,
}
Fields§
§name: remote_nonnull_string
§hwaddr: remote_string
§addrs: Vec<remote_domain_ip_addr>
Trait Implementations§
Source§impl Clone for remote_domain_interface
impl Clone for remote_domain_interface
Source§fn clone(&self) -> remote_domain_interface
fn clone(&self) -> remote_domain_interface
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 remote_domain_interface
impl Debug for remote_domain_interface
Source§impl<Out: Write> Pack<Out> for remote_domain_interface
impl<Out: Write> Pack<Out> for remote_domain_interface
Source§impl PartialEq for remote_domain_interface
impl PartialEq for remote_domain_interface
Source§impl<In: Read> Unpack<In> for remote_domain_interface
impl<In: Read> Unpack<In> for remote_domain_interface
impl Eq for remote_domain_interface
impl StructuralPartialEq for remote_domain_interface
Auto Trait Implementations§
impl Freeze for remote_domain_interface
impl RefUnwindSafe for remote_domain_interface
impl Send for remote_domain_interface
impl Sync for remote_domain_interface
impl Unpin for remote_domain_interface
impl UnwindSafe for remote_domain_interface
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