Struct windows_sys::Win32::System::AddressBook::WAB_PARAM
[−]#[repr(C)]pub struct WAB_PARAM {
pub cbSize: u32,
pub hwnd: HWND,
pub szFileName: PSTR,
pub ulFlags: u32,
pub guidPSExt: GUID,
}Expand description
Required features: "Win32_System_AddressBook", "Win32_Foundation"
Fields
cbSize: u32hwnd: HWNDszFileName: PSTRulFlags: u32guidPSExt: GUIDTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WAB_PARAM
impl !Send for WAB_PARAM
impl !Sync for WAB_PARAM
impl Unpin for WAB_PARAM
impl UnwindSafe for WAB_PARAM
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