Struct vc6_sys::_DOC_INFO_2W
source · #[repr(C)]pub struct _DOC_INFO_2W {
pub pDocName: LPWSTR,
pub pOutputFile: LPWSTR,
pub pDatatype: LPWSTR,
pub dwMode: DWORD,
pub JobId: DWORD,
}Fields§
§pDocName: LPWSTR§pOutputFile: LPWSTR§pDatatype: LPWSTR§dwMode: DWORD§JobId: DWORDTrait Implementations§
source§impl Clone for _DOC_INFO_2W
impl Clone for _DOC_INFO_2W
source§fn clone(&self) -> _DOC_INFO_2W
fn clone(&self) -> _DOC_INFO_2W
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 moresource§impl Debug for _DOC_INFO_2W
impl Debug for _DOC_INFO_2W
impl Copy for _DOC_INFO_2W
Auto Trait Implementations§
impl RefUnwindSafe for _DOC_INFO_2W
impl !Send for _DOC_INFO_2W
impl !Sync for _DOC_INFO_2W
impl Unpin for _DOC_INFO_2W
impl UnwindSafe for _DOC_INFO_2W
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