pub struct ARdata {
pub rdata: Ipv4Addr,
}
Fields§
§rdata: Ipv4Addr
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ARdata
impl RefUnwindSafe for ARdata
impl Send for ARdata
impl Sync for ARdata
impl Unpin for ARdata
impl UnwindSafe for ARdata
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