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