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_Foundation"
Fields§
§hwndPage: HWND§pszPageTitle: PWSTR§pszObjPath: PWSTR§pszObjClass: PWSTR§hr: HRESULT§pszError: PWSTRTrait 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§
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