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