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