#[repr(C)]pub struct _DOC_INFO_3W {
pub pDocName: LPWSTR,
pub pOutputFile: LPWSTR,
pub pDatatype: LPWSTR,
pub dwFlags: DWORD,
}Fields§
§pDocName: LPWSTR§pOutputFile: LPWSTR§pDatatype: LPWSTR§dwFlags: DWORDTrait Implementations§
Source§impl Clone for _DOC_INFO_3W
impl Clone for _DOC_INFO_3W
Source§fn clone(&self) -> _DOC_INFO_3W
fn clone(&self) -> _DOC_INFO_3W
Returns a duplicate 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 moreSource§impl Debug for _DOC_INFO_3W
impl Debug for _DOC_INFO_3W
impl Copy for _DOC_INFO_3W
Auto Trait Implementations§
impl Freeze for _DOC_INFO_3W
impl RefUnwindSafe for _DOC_INFO_3W
impl !Send for _DOC_INFO_3W
impl !Sync for _DOC_INFO_3W
impl Unpin for _DOC_INFO_3W
impl UnwindSafe for _DOC_INFO_3W
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