#[repr(C)]pub struct SERVER_INFO_1600 {
pub sv1598_disabledos: BOOLEAN,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
, "Win32_Foundation"
Fields
sv1598_disabledos: BOOLEAN
Trait Implementations
impl Clone for SERVER_INFO_1600
impl Clone for SERVER_INFO_1600
impl Copy for SERVER_INFO_1600
Auto Trait Implementations
impl RefUnwindSafe for SERVER_INFO_1600
impl Send for SERVER_INFO_1600
impl Sync for SERVER_INFO_1600
impl Unpin for SERVER_INFO_1600
impl UnwindSafe for SERVER_INFO_1600
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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