Struct windows_sys::Win32::Networking::ActiveDirectory::CQFORM
[−]#[repr(C)]pub struct CQFORM {
pub cbStruct: u32,
pub dwFlags: u32,
pub clsid: GUID,
pub hIcon: HICON,
pub pszTitle: PCWSTR,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
, "Win32_UI_WindowsAndMessaging"
Fields
cbStruct: u32
dwFlags: u32
clsid: GUID
hIcon: HICON
pszTitle: PCWSTR
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CQFORM
impl !Send for CQFORM
impl !Sync for CQFORM
impl Unpin for CQFORM
impl UnwindSafe for CQFORM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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