Struct DHCP_POLICY_EX_ARRAY
#[repr(C)]pub struct DHCP_POLICY_EX_ARRAY {
pub NumElements: u32,
pub Elements: *mut DHCP_POLICY_EX,
}
Fields§
§NumElements: u32
§Elements: *mut DHCP_POLICY_EX
Trait Implementations§
§impl Clone for DHCP_POLICY_EX_ARRAY
impl Clone for DHCP_POLICY_EX_ARRAY
§fn clone(&self) -> DHCP_POLICY_EX_ARRAY
fn clone(&self) -> DHCP_POLICY_EX_ARRAY
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 DHCP_POLICY_EX_ARRAY
Auto Trait Implementations§
impl Freeze for DHCP_POLICY_EX_ARRAY
impl RefUnwindSafe for DHCP_POLICY_EX_ARRAY
impl !Send for DHCP_POLICY_EX_ARRAY
impl !Sync for DHCP_POLICY_EX_ARRAY
impl Unpin for DHCP_POLICY_EX_ARRAY
impl UnwindSafe for DHCP_POLICY_EX_ARRAY
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