Fields
code: u16
data: Vec<u8>
Trait Implementations
impl Eq for DnsOption
impl StructuralEq for DnsOption
impl StructuralPartialEq for DnsOption
Auto Trait Implementations
impl RefUnwindSafe for DnsOption
impl Send for DnsOption
impl Sync for DnsOption
impl Unpin for DnsOption
impl UnwindSafe for DnsOption
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more