pub struct RecordDataAAAA(/* private fields */);Implementations§
Source§impl RecordDataAAAA
impl RecordDataAAAA
pub fn new(addr: Ipv6Addr) -> Self
pub fn addr(&self) -> Ipv6Addr
pub fn size(&self) -> usize
pub fn write_network_bytes<T>(&self, buf: T) -> Result<(), MtopError>where
T: WriteBytesExt,
pub fn read_network_bytes<T>(buf: T) -> Result<Self, MtopError>where
T: ReadBytesExt + Seek,
Trait Implementations§
Source§impl Clone for RecordDataAAAA
impl Clone for RecordDataAAAA
Source§fn clone(&self) -> RecordDataAAAA
fn clone(&self) -> RecordDataAAAA
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 RecordDataAAAA
impl Debug for RecordDataAAAA
Source§impl Display for RecordDataAAAA
impl Display for RecordDataAAAA
Source§impl PartialEq for RecordDataAAAA
impl PartialEq for RecordDataAAAA
impl Eq for RecordDataAAAA
impl StructuralPartialEq for RecordDataAAAA
Auto Trait Implementations§
impl Freeze for RecordDataAAAA
impl RefUnwindSafe for RecordDataAAAA
impl Send for RecordDataAAAA
impl Sync for RecordDataAAAA
impl Unpin for RecordDataAAAA
impl UnwindSafe for RecordDataAAAA
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