#[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 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_3A
impl Debug for _DOC_INFO_3A
Source§impl Ord for _DOC_INFO_3A
impl Ord for _DOC_INFO_3A
Source§fn cmp(&self, other: &_DOC_INFO_3A) -> Ordering
fn cmp(&self, other: &_DOC_INFO_3A) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _DOC_INFO_3A
impl PartialEq for _DOC_INFO_3A
Source§impl PartialOrd for _DOC_INFO_3A
impl PartialOrd for _DOC_INFO_3A
impl Copy for _DOC_INFO_3A
impl Eq for _DOC_INFO_3A
impl StructuralPartialEq 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