#[repr(C)]pub struct hashipv4 {
pub addr: guint,
pub flags: guint8,
pub ip: [gchar; 16],
pub name: [gchar; 64],
}Fields§
§addr: guint§flags: guint8§ip: [gchar; 16]§name: [gchar; 64]Trait Implementations§
Auto Trait Implementations§
impl Freeze for hashipv4
impl RefUnwindSafe for hashipv4
impl Send for hashipv4
impl Sync for hashipv4
impl Unpin for hashipv4
impl UnwindSafe for hashipv4
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