#[repr(C)]pub struct DOC_INFO_3A {
pub pDocName: LPSTR,
pub pOutputFile: LPSTR,
pub pDatatype: LPSTR,
pub dwFlags: DWORD,
}
Fields§
§pDocName: LPSTR
§pOutputFile: LPSTR
§pDatatype: LPSTR
§dwFlags: DWORD
Trait Implementations§
Source§impl Clone for DOC_INFO_3A
impl Clone for DOC_INFO_3A
Source§fn clone(&self) -> DOC_INFO_3A
fn clone(&self) -> DOC_INFO_3A
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_3A
impl Default for DOC_INFO_3A
Source§fn default() -> DOC_INFO_3A
fn default() -> DOC_INFO_3A
Returns the “default value” for a type. Read more
impl Copy for DOC_INFO_3A
Auto Trait Implementations§
impl Freeze for DOC_INFO_3A
impl RefUnwindSafe for DOC_INFO_3A
impl !Send for DOC_INFO_3A
impl !Sync for DOC_INFO_3A
impl Unpin for DOC_INFO_3A
impl UnwindSafe for DOC_INFO_3A
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