Expand description
Required features: "Win32_NetworkManagement_WindowsConnectionManager"
, "Win32_Foundation"
Fields
fValue: BOOL
fIsGroupPolicy: BOOL
Trait Implementations
impl Clone for WCM_POLICY_VALUE
impl Clone for WCM_POLICY_VALUE
impl Copy for WCM_POLICY_VALUE
Auto Trait Implementations
impl RefUnwindSafe for WCM_POLICY_VALUE
impl Send for WCM_POLICY_VALUE
impl Sync for WCM_POLICY_VALUE
impl Unpin for WCM_POLICY_VALUE
impl UnwindSafe for WCM_POLICY_VALUE
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