Struct DHCPV6CAPI_PARAMS
#[repr(C)]pub struct DHCPV6CAPI_PARAMS {
pub Flags: u32,
pub OptionId: u32,
pub IsVendor: BOOL,
pub Data: *mut u8,
pub nBytesData: u32,
}
Fields§
§Flags: u32
§OptionId: u32
§IsVendor: BOOL
§Data: *mut u8
§nBytesData: u32
Trait Implementations§
§impl Clone for DHCPV6CAPI_PARAMS
impl Clone for DHCPV6CAPI_PARAMS
§fn clone(&self) -> DHCPV6CAPI_PARAMS
fn clone(&self) -> DHCPV6CAPI_PARAMS
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 DHCPV6CAPI_PARAMS
Auto Trait Implementations§
impl Freeze for DHCPV6CAPI_PARAMS
impl RefUnwindSafe for DHCPV6CAPI_PARAMS
impl !Send for DHCPV6CAPI_PARAMS
impl !Sync for DHCPV6CAPI_PARAMS
impl Unpin for DHCPV6CAPI_PARAMS
impl UnwindSafe for DHCPV6CAPI_PARAMS
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