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