pub struct remote_domain_event_graphics_address {
pub family: i32,
pub node: remote_nonnull_string,
pub service: remote_nonnull_string,
}
Fields§
§family: i32
§node: remote_nonnull_string
§service: remote_nonnull_string
Trait Implementations§
Source§impl Clone for remote_domain_event_graphics_address
impl Clone for remote_domain_event_graphics_address
Source§fn clone(&self) -> remote_domain_event_graphics_address
fn clone(&self) -> remote_domain_event_graphics_address
Returns a duplicate 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<Out: Write> Pack<Out> for remote_domain_event_graphics_address
impl<Out: Write> Pack<Out> for remote_domain_event_graphics_address
Source§impl PartialEq for remote_domain_event_graphics_address
impl PartialEq for remote_domain_event_graphics_address
Source§fn eq(&self, other: &remote_domain_event_graphics_address) -> bool
fn eq(&self, other: &remote_domain_event_graphics_address) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<In: Read> Unpack<In> for remote_domain_event_graphics_address
impl<In: Read> Unpack<In> for remote_domain_event_graphics_address
impl Eq for remote_domain_event_graphics_address
impl StructuralPartialEq for remote_domain_event_graphics_address
Auto Trait Implementations§
impl Freeze for remote_domain_event_graphics_address
impl RefUnwindSafe for remote_domain_event_graphics_address
impl Send for remote_domain_event_graphics_address
impl Sync for remote_domain_event_graphics_address
impl Unpin for remote_domain_event_graphics_address
impl UnwindSafe for remote_domain_event_graphics_address
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