Struct windows_native::ntsam::USER_CONTROL_INFORMATION
source ยท #[repr(C)]pub struct USER_CONTROL_INFORMATION {
pub UserAccountControl: u32,
}Fieldsยง
ยงUserAccountControl: u32Trait Implementationsยง
sourceยงimpl Debug for USER_CONTROL_INFORMATION
impl Debug for USER_CONTROL_INFORMATION
Auto Trait Implementationsยง
impl RefUnwindSafe for USER_CONTROL_INFORMATION
impl Send for USER_CONTROL_INFORMATION
impl Sync for USER_CONTROL_INFORMATION
impl Unpin for USER_CONTROL_INFORMATION
impl UnwindSafe for USER_CONTROL_INFORMATION
Blanket Implementationsยง
sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more