Struct InfoV6
#[repr(transparent)]pub struct InfoV6(InfoV6);Tuple Fields§
§0: InfoV6Implementations§
§impl InfoV6
impl InfoV6
const fn from_sys_ref(addr: &InfoV6) -> &Self
pub fn name(&self) -> Result<&str, StringError>
pub const fn status(&self) -> Status
pub const fn reconnect(&self) -> bool
pub const fn addr(&self) -> &AddressStatusV6
pub const fn stats(&self) -> &PacketStats
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InfoV6
impl RefUnwindSafe for InfoV6
impl Send for InfoV6
impl Sync for InfoV6
impl Unpin for InfoV6
impl UnwindSafe for InfoV6
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