Struct windows_native::ntpsapi::PS_CREATE_INFO_1_5
source ยท #[repr(C)]pub struct PS_CREATE_INFO_1_5 {
pub Anonymous1: PS_CREATE_INFO_1_5_1,
pub FileHandle: HANDLE,
pub SectionHandle: HANDLE,
pub UserProcessParametersNative: u64,
pub UserProcessParametersWow64: u32,
pub CurrentParameterFlags: u32,
pub PebAddressNative: u64,
pub PebAddressWow64: u32,
pub ManifestAddress: u64,
pub ManifestSize: u32,
}Fieldsยง
ยงAnonymous1: PS_CREATE_INFO_1_5_1ยงFileHandle: HANDLEยงSectionHandle: HANDLEยงUserProcessParametersNative: u64ยงUserProcessParametersWow64: u32ยงCurrentParameterFlags: u32ยงPebAddressNative: u64ยงPebAddressWow64: u32ยงManifestAddress: u64ยงManifestSize: u32Trait Implementationsยง
sourceยงimpl Debug for PS_CREATE_INFO_1_5
impl Debug for PS_CREATE_INFO_1_5
Auto Trait Implementationsยง
impl RefUnwindSafe for PS_CREATE_INFO_1_5
impl Send for PS_CREATE_INFO_1_5
impl Sync for PS_CREATE_INFO_1_5
impl Unpin for PS_CREATE_INFO_1_5
impl UnwindSafe for PS_CREATE_INFO_1_5
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