#[repr(C, packed(1))]pub struct Ipv6 {
pub header: DevicePathProtocol,
pub local_ip_address: [u8; 16],
pub remote_ip_address: [u8; 16],
pub local_port: u16,
pub remote_port: u16,
pub protocol: u16,
pub ip_address_origin: Ipv6AddressOrigin,
pub prefix_length: u8,
pub gateway_ip_address: [u8; 16],
}
Fields§
§header: DevicePathProtocol
§local_ip_address: [u8; 16]
§remote_ip_address: [u8; 16]
§local_port: u16
§remote_port: u16
§protocol: u16
§ip_address_origin: Ipv6AddressOrigin
§prefix_length: u8
§gateway_ip_address: [u8; 16]
Auto Trait Implementations§
impl Freeze for Ipv6
impl RefUnwindSafe for Ipv6
impl Send for Ipv6
impl Sync for Ipv6
impl Unpin for Ipv6
impl UnwindSafe for Ipv6
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