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