Struct windows_native::ntpsapi::PS_CREATE_INFO_1
source ยท #[repr(C)]pub struct PS_CREATE_INFO_1 {
pub InitState: UnionField<PS_CREATE_INFO_1_1>,
pub FailSection: UnionField<PS_CREATE_INFO_1_2>,
pub ExeFormat: UnionField<PS_CREATE_INFO_1_3>,
pub ExeName: UnionField<PS_CREATE_INFO_1_4>,
pub SuccessState: UnionField<PS_CREATE_INFO_1_5>,
pub union_field: [u64; 9],
}Fieldsยง
ยงInitState: UnionField<PS_CREATE_INFO_1_1>ยงFailSection: UnionField<PS_CREATE_INFO_1_2>ยงExeFormat: UnionField<PS_CREATE_INFO_1_3>ยงExeName: UnionField<PS_CREATE_INFO_1_4>ยงSuccessState: UnionField<PS_CREATE_INFO_1_5>ยงunion_field: [u64; 9]Trait Implementationsยง
sourceยงimpl Debug for PS_CREATE_INFO_1
impl Debug for PS_CREATE_INFO_1
Auto Trait Implementationsยง
impl RefUnwindSafe for PS_CREATE_INFO_1
impl Send for PS_CREATE_INFO_1
impl Sync for PS_CREATE_INFO_1
impl Unpin for PS_CREATE_INFO_1
impl UnwindSafe for PS_CREATE_INFO_1
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