#[repr(C)]pub struct IpmgmtIpv6Cache {
pub linklocal: BooleanT,
pub ifid: sockaddr_in6,
}
Fields§
§linklocal: BooleanT
§ifid: sockaddr_in6
Trait Implementations§
Source§impl Clone for IpmgmtIpv6Cache
impl Clone for IpmgmtIpv6Cache
Source§fn clone(&self) -> IpmgmtIpv6Cache
fn clone(&self) -> IpmgmtIpv6Cache
Returns a copy 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 Default for IpmgmtIpv6Cache
impl Default for IpmgmtIpv6Cache
impl Copy for IpmgmtIpv6Cache
Auto Trait Implementations§
impl Freeze for IpmgmtIpv6Cache
impl RefUnwindSafe for IpmgmtIpv6Cache
impl Send for IpmgmtIpv6Cache
impl Sync for IpmgmtIpv6Cache
impl Unpin for IpmgmtIpv6Cache
impl UnwindSafe for IpmgmtIpv6Cache
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