Struct WABIMPORTPARAM
#[repr(C)]pub struct WABIMPORTPARAM {
pub cbSize: u32,
pub lpAdrBook: ManuallyDrop<Option<IAddrBook>>,
pub hWnd: HWND,
pub ulFlags: u32,
pub lpszFileName: PSTR,
}
Fields§
§cbSize: u32
§lpAdrBook: ManuallyDrop<Option<IAddrBook>>
§hWnd: HWND
§ulFlags: u32
§lpszFileName: PSTR
Trait Implementations§
§impl Clone for WABIMPORTPARAM
impl Clone for WABIMPORTPARAM
§fn clone(&self) -> WABIMPORTPARAM
fn clone(&self) -> WABIMPORTPARAM
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 WABIMPORTPARAM
impl Debug for WABIMPORTPARAM
§impl Default for WABIMPORTPARAM
impl Default for WABIMPORTPARAM
§impl PartialEq for WABIMPORTPARAM
impl PartialEq for WABIMPORTPARAM
impl StructuralPartialEq for WABIMPORTPARAM
Auto Trait Implementations§
impl Freeze for WABIMPORTPARAM
impl RefUnwindSafe for WABIMPORTPARAM
impl !Send for WABIMPORTPARAM
impl !Sync for WABIMPORTPARAM
impl Unpin for WABIMPORTPARAM
impl UnwindSafe for WABIMPORTPARAM
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