Struct InfoV4
#[repr(transparent)]pub struct InfoV4(InfoV4);Tuple Fields§
§0: InfoV4Implementations§
§impl InfoV4
impl InfoV4
const fn from_sys_ref(addr: &InfoV4) -> &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) -> &AddressStatusV4
pub const fn stats(&self) -> &PacketStats
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InfoV4
impl RefUnwindSafe for InfoV4
impl Send for InfoV4
impl Sync for InfoV4
impl Unpin for InfoV4
impl UnwindSafe for InfoV4
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