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: u32
hwnd: HWND
szFileName: PSTR
ulFlags: u32
guidPSExt: GUID
Trait 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 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