#[repr(C)]pub struct SERVER_INFO_1571 {
pub sv1571_cachedopenlimit: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
sv1571_cachedopenlimit: u32
Trait Implementations
impl Clone for SERVER_INFO_1571
impl Clone for SERVER_INFO_1571
impl Copy for SERVER_INFO_1571
Auto Trait Implementations
impl RefUnwindSafe for SERVER_INFO_1571
impl Send for SERVER_INFO_1571
impl Sync for SERVER_INFO_1571
impl Unpin for SERVER_INFO_1571
impl UnwindSafe for SERVER_INFO_1571
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