#[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: DWORD
Trait 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 Default for DOC_INFO_3W
impl Default for DOC_INFO_3W
Source§fn default() -> DOC_INFO_3W
fn default() -> DOC_INFO_3W
Returns the “default value” for a type. Read more
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