Struct DHCP_SERVER_CONFIG_INFO
#[repr(C)]pub struct DHCP_SERVER_CONFIG_INFO {
pub APIProtocolSupport: u32,
pub DatabaseName: PWSTR,
pub DatabasePath: PWSTR,
pub BackupPath: PWSTR,
pub BackupInterval: u32,
pub DatabaseLoggingFlag: u32,
pub RestoreFlag: u32,
pub DatabaseCleanupInterval: u32,
pub DebugFlag: u32,
}Fields§
§APIProtocolSupport: u32§DatabaseName: PWSTR§DatabasePath: PWSTR§BackupPath: PWSTR§BackupInterval: u32§DatabaseLoggingFlag: u32§RestoreFlag: u32§DatabaseCleanupInterval: u32§DebugFlag: u32Trait Implementations§
§impl Clone for DHCP_SERVER_CONFIG_INFO
impl Clone for DHCP_SERVER_CONFIG_INFO
§fn clone(&self) -> DHCP_SERVER_CONFIG_INFO
fn clone(&self) -> DHCP_SERVER_CONFIG_INFO
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 more§impl Debug for DHCP_SERVER_CONFIG_INFO
impl Debug for DHCP_SERVER_CONFIG_INFO
§impl Default for DHCP_SERVER_CONFIG_INFO
impl Default for DHCP_SERVER_CONFIG_INFO
§impl PartialEq for DHCP_SERVER_CONFIG_INFO
impl PartialEq for DHCP_SERVER_CONFIG_INFO
impl Copy for DHCP_SERVER_CONFIG_INFO
impl StructuralPartialEq for DHCP_SERVER_CONFIG_INFO
Auto Trait Implementations§
impl Freeze for DHCP_SERVER_CONFIG_INFO
impl RefUnwindSafe for DHCP_SERVER_CONFIG_INFO
impl !Send for DHCP_SERVER_CONFIG_INFO
impl !Sync for DHCP_SERVER_CONFIG_INFO
impl Unpin for DHCP_SERVER_CONFIG_INFO
impl UnwindSafe for DHCP_SERVER_CONFIG_INFO
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