pub struct UnresolvedAddressDto(pub [u8; 24]);
Expand description
Unresolved address.
Tuple Fields§
§0: [u8; 24]
Implementations§
Source§impl UnresolvedAddressDto
impl UnresolvedAddressDto
pub const LENGTH: usize = 24usize
Sourcepub fn get_unresolved_address(&self) -> [u8; 24]
pub fn get_unresolved_address(&self) -> [u8; 24]
Sourcepub fn serializer(&self) -> Vec<u8> ⓘ
pub fn serializer(&self) -> Vec<u8> ⓘ
Sourcepub fn from_binary(src: &[u8]) -> Self
pub fn from_binary(src: &[u8]) -> Self
Trait Implementations§
Source§impl Clone for UnresolvedAddressDto
impl Clone for UnresolvedAddressDto
Source§fn clone(&self) -> UnresolvedAddressDto
fn clone(&self) -> UnresolvedAddressDto
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 Debug for UnresolvedAddressDto
impl Debug for UnresolvedAddressDto
impl Copy for UnresolvedAddressDto
Auto Trait Implementations§
impl Freeze for UnresolvedAddressDto
impl RefUnwindSafe for UnresolvedAddressDto
impl Send for UnresolvedAddressDto
impl Sync for UnresolvedAddressDto
impl Unpin for UnresolvedAddressDto
impl UnwindSafe for UnresolvedAddressDto
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