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