#[repr(transparent)]pub struct VCL_IP(pub *const suckaddr);Tuple Fields§
§0: *const suckaddrTrait Implementations§
Source§impl IntoVCL<VCL_IP> for SocketAddr
impl IntoVCL<VCL_IP> for SocketAddr
impl Copy for VCL_IP
Auto Trait Implementations§
impl Freeze for VCL_IP
impl RefUnwindSafe for VCL_IP
impl !Send for VCL_IP
impl !Sync for VCL_IP
impl Unpin for VCL_IP
impl UnwindSafe for VCL_IP
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