#[repr(C)]pub struct HttpV6AccessPoint {
pub local_address: Ipv6Address,
pub local_port: u16,
}
Fields§
§local_address: Ipv6Address
§local_port: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HttpV6AccessPoint
impl RefUnwindSafe for HttpV6AccessPoint
impl Send for HttpV6AccessPoint
impl Sync for HttpV6AccessPoint
impl Unpin for HttpV6AccessPoint
impl UnwindSafe for HttpV6AccessPoint
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