#[repr(C)]pub struct e_in6_addr {
pub bytes: [guint8; 16],
}Fields§
§bytes: [guint8; 16]Trait Implementations§
Source§impl Clone for e_in6_addr
impl Clone for e_in6_addr
Source§fn clone(&self) -> e_in6_addr
fn clone(&self) -> e_in6_addr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for e_in6_addr
impl Debug for e_in6_addr
impl Copy for e_in6_addr
Auto Trait Implementations§
impl Freeze for e_in6_addr
impl RefUnwindSafe for e_in6_addr
impl Send for e_in6_addr
impl Sync for e_in6_addr
impl Unpin for e_in6_addr
impl UnwindSafe for e_in6_addr
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