Struct windows_sys::Win32::Security::Authorization::ACTRL_CONTROL_INFOW
[−]Expand description
Required features: "Win32_Security_Authorization"
Fields
lpControlId: PWSTR
lpControlName: PWSTR
Trait Implementations
impl Clone for ACTRL_CONTROL_INFOW
impl Clone for ACTRL_CONTROL_INFOW
impl Copy for ACTRL_CONTROL_INFOW
Auto Trait Implementations
impl RefUnwindSafe for ACTRL_CONTROL_INFOW
impl !Send for ACTRL_CONTROL_INFOW
impl !Sync for ACTRL_CONTROL_INFOW
impl Unpin for ACTRL_CONTROL_INFOW
impl UnwindSafe for ACTRL_CONTROL_INFOW
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