pub struct AddressBinding {
pub device_identifier: ObjectIdentifier,
pub network_address: Vec<u8>,
}Expand description
Address binding for device routing
Fields§
§device_identifier: ObjectIdentifier§network_address: Vec<u8>Trait Implementations§
Source§impl Clone for AddressBinding
impl Clone for AddressBinding
Source§fn clone(&self) -> AddressBinding
fn clone(&self) -> AddressBinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AddressBinding
impl RefUnwindSafe for AddressBinding
impl Send for AddressBinding
impl Sync for AddressBinding
impl Unpin for AddressBinding
impl UnsafeUnpin for AddressBinding
impl UnwindSafe for AddressBinding
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