#[repr(C)]pub union PsCreateInfoU {
pub init_state: PsCreateInfoInitState,
pub file_handle: HANDLE,
pub dll_characteristics: u16,
pub ifeokey: HANDLE,
pub success_state: PsCreateInfoUSuccessSate,
}Fields§
§init_state: PsCreateInfoInitState§file_handle: HANDLE§dll_characteristics: u16§ifeokey: HANDLE§success_state: PsCreateInfoUSuccessSateTrait Implementations§
Source§impl Clone for PsCreateInfoU
impl Clone for PsCreateInfoU
Source§fn clone(&self) -> PsCreateInfoU
fn clone(&self) -> PsCreateInfoU
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PsCreateInfoU
Auto Trait Implementations§
impl !Send for PsCreateInfoU
impl !Sync for PsCreateInfoU
impl Freeze for PsCreateInfoU
impl RefUnwindSafe for PsCreateInfoU
impl Unpin for PsCreateInfoU
impl UnsafeUnpin for PsCreateInfoU
impl UnwindSafe for PsCreateInfoU
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