Struct windows_sys::Win32::NetworkManagement::Dhcp::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: u32
Trait Implementations§
§impl Clone for DHCP_SERVER_CONFIG_INFO
impl Clone for DHCP_SERVER_CONFIG_INFO
impl Copy for DHCP_SERVER_CONFIG_INFO
Auto Trait Implementations§
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