Struct riot_sys::dhcpv6_duid_l2_t
source · [−]#[repr(C, packed)]pub struct dhcpv6_duid_l2_t {
pub type_: network_uint16_t,
pub l2type: network_uint16_t,
}
Expand description
@name DHCPv6 unique identifier (DUID) definitions @see RFC 8415, section 11 @{ @brief DUID based on link-layer address plus time
Fields
type_: network_uint16_t
< @ref DHCPV6_DUID_TYPE_L2
l2type: network_uint16_t
< [hardware type](@ref net_arp_hwtype))
Trait Implementations
sourceimpl Clone for dhcpv6_duid_l2_t
impl Clone for dhcpv6_duid_l2_t
sourcefn clone(&self) -> dhcpv6_duid_l2_t
fn clone(&self) -> dhcpv6_duid_l2_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for dhcpv6_duid_l2_t
impl Debug for dhcpv6_duid_l2_t
sourceimpl Default for dhcpv6_duid_l2_t
impl Default for dhcpv6_duid_l2_t
impl Copy for dhcpv6_duid_l2_t
Auto Trait Implementations
impl RefUnwindSafe for dhcpv6_duid_l2_t
impl Send for dhcpv6_duid_l2_t
impl Sync for dhcpv6_duid_l2_t
impl Unpin for dhcpv6_duid_l2_t
impl UnwindSafe for dhcpv6_duid_l2_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more