Struct DHCPV6Prefix
#[repr(C)]pub struct DHCPV6Prefix {
pub prefix: [u8; 16],
pub prefixLength: u32,
pub preferredLifeTime: u32,
pub validLifeTime: u32,
pub status: StatusCode,
}
Fields§
§prefix: [u8; 16]
§prefixLength: u32
§preferredLifeTime: u32
§validLifeTime: u32
§status: StatusCode
Trait Implementations§
§impl Clone for DHCPV6Prefix
impl Clone for DHCPV6Prefix
§fn clone(&self) -> DHCPV6Prefix
fn clone(&self) -> DHCPV6Prefix
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 moreimpl Copy for DHCPV6Prefix
Auto Trait Implementations§
impl Freeze for DHCPV6Prefix
impl RefUnwindSafe for DHCPV6Prefix
impl Send for DHCPV6Prefix
impl Sync for DHCPV6Prefix
impl Unpin for DHCPV6Prefix
impl UnwindSafe for DHCPV6Prefix
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