Struct windows_sys::Win32::NetworkManagement::Dhcp::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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)