#[repr(C)]pub struct SERVER_INFO_1542 {
pub sv1542_maxfreeconnections: BOOL,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
, "Win32_Foundation"
Fields
sv1542_maxfreeconnections: BOOL
Trait Implementations
impl Clone for SERVER_INFO_1542
impl Clone for SERVER_INFO_1542
impl Copy for SERVER_INFO_1542
Auto Trait Implementations
impl RefUnwindSafe for SERVER_INFO_1542
impl Send for SERVER_INFO_1542
impl Sync for SERVER_INFO_1542
impl Unpin for SERVER_INFO_1542
impl UnwindSafe for SERVER_INFO_1542
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more