Struct windows_sys::Win32::Networking::ActiveDirectory::ADSPROPERROR
[−]#[repr(C)]pub struct ADSPROPERROR {
pub hwndPage: HWND,
pub pszPageTitle: PWSTR,
pub pszObjPath: PWSTR,
pub pszObjClass: PWSTR,
pub hr: HRESULT,
pub pszError: PWSTR,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
, "Win32_Foundation"
Fields
hwndPage: HWND
pszPageTitle: PWSTR
pszObjPath: PWSTR
pszObjClass: PWSTR
hr: HRESULT
pszError: PWSTR
Trait Implementations
impl Clone for ADSPROPERROR
impl Clone for ADSPROPERROR
impl Copy for ADSPROPERROR
Auto Trait Implementations
impl RefUnwindSafe for ADSPROPERROR
impl !Send for ADSPROPERROR
impl !Sync for ADSPROPERROR
impl Unpin for ADSPROPERROR
impl UnwindSafe for ADSPROPERROR
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