#[repr(C)]
pub union HttpAccessPoint {
pub ipv4_node: *const HttpV4AccessPoint,
pub ipv6_node: *const HttpV6AccessPoint,
}
Fields§
§ipv4_node: *const HttpV4AccessPoint
§ipv6_node: *const HttpV6AccessPoint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HttpAccessPoint
impl RefUnwindSafe for HttpAccessPoint
impl !Send for HttpAccessPoint
impl !Sync for HttpAccessPoint
impl Unpin for HttpAccessPoint
impl UnwindSafe for HttpAccessPoint
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