pub struct RR {
pub name: String,
pub typ: u16,
pub class: u16,
pub ttl: u32,
pub rdata: Vec<u8>,
}
Fields§
§name: String
§typ: u16
§class: u16
§ttl: u32
§rdata: Vec<u8>
Implementations§
Trait Implementations§
impl Eq for RR
impl StructuralPartialEq for RR
Auto Trait Implementations§
impl Freeze for RR
impl RefUnwindSafe for RR
impl Send for RR
impl Sync for RR
impl Unpin for RR
impl UnwindSafe for RR
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