Struct ntapi::ntrtl::PARSE_MESSAGE_CONTEXT
source · [−]#[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_list
Trait Implementations
sourceimpl Clone for PARSE_MESSAGE_CONTEXT
impl Clone for PARSE_MESSAGE_CONTEXT
sourcefn clone(&self) -> PARSE_MESSAGE_CONTEXT
fn clone(&self) -> PARSE_MESSAGE_CONTEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PARSE_MESSAGE_CONTEXT
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more