#[repr(C)]pub struct PARSE_MESSAGE_CONTEXT {
pub fFlags: ULONG,
pub cwSavColumn: ULONG,
pub iwSrc: SIZE_T,
pub iwDst: SIZE_T,
pub iwDstSpace: SIZE_T,
pub lpvArgStart: va_list,
}Fields§
§fFlags: ULONG§cwSavColumn: ULONG§iwSrc: SIZE_T§iwDst: SIZE_T§iwDstSpace: SIZE_T§lpvArgStart: va_listTrait Implementations§
Source§impl Clone for PARSE_MESSAGE_CONTEXT
impl Clone for PARSE_MESSAGE_CONTEXT
Source§fn clone(&self) -> PARSE_MESSAGE_CONTEXT
fn clone(&self) -> PARSE_MESSAGE_CONTEXT
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 moreimpl Copy for PARSE_MESSAGE_CONTEXT
Auto Trait Implementations§
impl Freeze for PARSE_MESSAGE_CONTEXT
impl RefUnwindSafe for PARSE_MESSAGE_CONTEXT
impl !Send for PARSE_MESSAGE_CONTEXT
impl !Sync for PARSE_MESSAGE_CONTEXT
impl Unpin for PARSE_MESSAGE_CONTEXT
impl UnwindSafe for PARSE_MESSAGE_CONTEXT
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