#[repr(C)]pub struct LX_INIT_CREATE_NT_PROCESS_UTILITY_VM {
pub Common: LX_INIT_CREATE_NT_PROCESS_COMMON,
pub VmId: GUID,
pub Port: u32,
}Fields§
§Common: LX_INIT_CREATE_NT_PROCESS_COMMON§VmId: GUID§Port: u32Auto Trait Implementations§
impl Freeze for LX_INIT_CREATE_NT_PROCESS_UTILITY_VM
impl RefUnwindSafe for LX_INIT_CREATE_NT_PROCESS_UTILITY_VM
impl Send for LX_INIT_CREATE_NT_PROCESS_UTILITY_VM
impl Sync for LX_INIT_CREATE_NT_PROCESS_UTILITY_VM
impl Unpin for LX_INIT_CREATE_NT_PROCESS_UTILITY_VM
impl UnwindSafe for LX_INIT_CREATE_NT_PROCESS_UTILITY_VM
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