Struct windows_sys::Win32::System::AddressBook::WABEXTDISPLAY
#[repr(C)]pub struct WABEXTDISPLAY {
pub cbSize: u32,
pub lpWABObject: *mut c_void,
pub lpAdrBook: *mut c_void,
pub lpPropObj: *mut c_void,
pub fReadOnly: BOOL,
pub fDataChanged: BOOL,
pub ulFlags: u32,
pub lpv: *mut c_void,
pub lpsz: *mut i8,
}
Fields§
§cbSize: u32
§lpWABObject: *mut c_void
§lpAdrBook: *mut c_void
§lpPropObj: *mut c_void
§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 moreimpl Copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)