pub struct V4Static {
pub addr: Ipv4Addr,
}
Fields§
§addr: Ipv4Addr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for V4Static
impl RefUnwindSafe for V4Static
impl Send for V4Static
impl Sync for V4Static
impl Unpin for V4Static
impl UnwindSafe for V4Static
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