Struct WABEXTDISPLAY
#[repr(C)]pub struct WABEXTDISPLAY {
pub cbSize: u32,
pub lpWABObject: ManuallyDrop<Option<IWABObject>>,
pub lpAdrBook: ManuallyDrop<Option<IAddrBook>>,
pub lpPropObj: ManuallyDrop<Option<IMAPIProp>>,
pub fReadOnly: BOOL,
pub fDataChanged: BOOL,
pub ulFlags: u32,
pub lpv: *mut c_void,
pub lpsz: *mut i8,
}
Fields§
§cbSize: u32
§lpWABObject: ManuallyDrop<Option<IWABObject>>
§lpAdrBook: ManuallyDrop<Option<IAddrBook>>
§lpPropObj: ManuallyDrop<Option<IMAPIProp>>
§fReadOnly: BOOL
§fDataChanged: BOOL
§ulFlags: u32
§lpv: *mut c_void
§lpsz: *mut i8
Trait Implementations§
§impl Clone for WABEXTDISPLAY
impl Clone for WABEXTDISPLAY
§fn clone(&self) -> WABEXTDISPLAY
fn clone(&self) -> WABEXTDISPLAY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for WABEXTDISPLAY
impl Debug for WABEXTDISPLAY
§impl Default for WABEXTDISPLAY
impl Default for WABEXTDISPLAY
§impl PartialEq for WABEXTDISPLAY
impl PartialEq for WABEXTDISPLAY
impl StructuralPartialEq for WABEXTDISPLAY
Auto Trait Implementations§
impl Freeze for WABEXTDISPLAY
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