#[repr(C)]pub struct HttpV4AccessPoint {
pub use_default_addr: bool,
pub local_address: Ipv4Address,
pub local_subnet: Ipv4Address,
pub local_port: u16,
}
Fields§
§use_default_addr: bool
§local_address: Ipv4Address
§local_subnet: Ipv4Address
§local_port: u16
Trait Implementations§
Source§impl Clone for HttpV4AccessPoint
impl Clone for HttpV4AccessPoint
Source§fn clone(&self) -> HttpV4AccessPoint
fn clone(&self) -> HttpV4AccessPoint
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HttpV4AccessPoint
impl Debug for HttpV4AccessPoint
Source§impl Default for HttpV4AccessPoint
impl Default for HttpV4AccessPoint
Source§fn default() -> HttpV4AccessPoint
fn default() -> HttpV4AccessPoint
Returns the “default value” for a type. Read more
Source§impl Hash for HttpV4AccessPoint
impl Hash for HttpV4AccessPoint
Source§impl Ord for HttpV4AccessPoint
impl Ord for HttpV4AccessPoint
Source§fn cmp(&self, other: &HttpV4AccessPoint) -> Ordering
fn cmp(&self, other: &HttpV4AccessPoint) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HttpV4AccessPoint
impl PartialEq for HttpV4AccessPoint
Source§impl PartialOrd for HttpV4AccessPoint
impl PartialOrd for HttpV4AccessPoint
impl Copy for HttpV4AccessPoint
impl Eq for HttpV4AccessPoint
impl StructuralPartialEq for HttpV4AccessPoint
Auto Trait Implementations§
impl Freeze for HttpV4AccessPoint
impl RefUnwindSafe for HttpV4AccessPoint
impl Send for HttpV4AccessPoint
impl Sync for HttpV4AccessPoint
impl Unpin for HttpV4AccessPoint
impl UnwindSafe for HttpV4AccessPoint
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