#[repr(C, packed(1))]pub struct Dns {
pub header: DevicePathProtocol,
pub address_type: DnsAddressType,
pub addresses: [IpAddress; 0],
}
Fields§
§header: DevicePathProtocol
§address_type: DnsAddressType
§addresses: [IpAddress; 0]
Auto Trait Implementations§
impl Freeze for Dns
impl RefUnwindSafe for Dns
impl Send for Dns
impl Sync for Dns
impl Unpin for Dns
impl UnwindSafe for Dns
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