#[repr(C)]pub struct vrt_endpoint {
pub magic: c_uint,
pub ipv4: VCL_IP,
pub ipv6: VCL_IP,
pub uds_path: *const c_char,
pub preamble: *const vrt_blob,
pub sslflags: c_uint,
pub hosthdr: *const c_char,
}Fields§
§magic: c_uint§ipv4: VCL_IP§ipv6: VCL_IP§uds_path: *const c_char§preamble: *const vrt_blob§sslflags: c_uint§hosthdr: *const c_charTrait Implementations§
Source§impl Clone for vrt_endpoint
impl Clone for vrt_endpoint
Source§fn clone(&self) -> vrt_endpoint
fn clone(&self) -> vrt_endpoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for vrt_endpoint
Source§impl Debug for vrt_endpoint
impl Debug for vrt_endpoint
Auto Trait Implementations§
impl !Send for vrt_endpoint
impl !Sync for vrt_endpoint
impl Freeze for vrt_endpoint
impl RefUnwindSafe for vrt_endpoint
impl Unpin for vrt_endpoint
impl UnsafeUnpin for vrt_endpoint
impl UnwindSafe for vrt_endpoint
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