Struct windows_sys::Win32::System::AddressBook::WABEXTDISPLAY
#[repr(C)]pub struct WABEXTDISPLAY {
pub cbSize: u32,
pub lpWABObject: IWABObject,
pub lpAdrBook: IAddrBook,
pub lpPropObj: IMAPIProp,
pub fReadOnly: BOOL,
pub fDataChanged: BOOL,
pub ulFlags: u32,
pub lpv: *mut c_void,
pub lpsz: *mut i8,
}Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32§lpWABObject: IWABObject§lpAdrBook: IAddrBook§lpPropObj: IMAPIProp§fReadOnly: BOOL§fDataChanged: BOOL§ulFlags: u32§lpv: *mut c_void§lpsz: *mut i8Trait Implementations§
§impl Clone for WABEXTDISPLAY
impl Clone for WABEXTDISPLAY
impl Copy for WABEXTDISPLAY
Auto Trait Implementations§
impl RefUnwindSafe for WABEXTDISPLAY
impl !Send for WABEXTDISPLAY
impl !Sync for WABEXTDISPLAY
impl Unpin for WABEXTDISPLAY
impl UnwindSafe for WABEXTDISPLAY
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