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