#[repr(C)]pub struct HAPI_PDG_EventInfo {
pub nodeId: HAPI_NodeId,
pub workItemId: HAPI_PDG_WorkItemId,
pub dependencyId: HAPI_PDG_WorkItemId,
pub currentState: c_int,
pub lastState: c_int,
pub eventType: c_int,
pub msgSH: HAPI_StringHandle,
}
Fields§
§nodeId: HAPI_NodeId
§workItemId: HAPI_PDG_WorkItemId
§dependencyId: HAPI_PDG_WorkItemId
§currentState: c_int
§lastState: c_int
§eventType: c_int
§msgSH: HAPI_StringHandle
Trait Implementations§
Source§impl Clone for HAPI_PDG_EventInfo
impl Clone for HAPI_PDG_EventInfo
Source§fn clone(&self) -> HAPI_PDG_EventInfo
fn clone(&self) -> HAPI_PDG_EventInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HAPI_PDG_EventInfo
impl Debug for HAPI_PDG_EventInfo
impl Copy for HAPI_PDG_EventInfo
Auto Trait Implementations§
impl Freeze for HAPI_PDG_EventInfo
impl RefUnwindSafe for HAPI_PDG_EventInfo
impl Send for HAPI_PDG_EventInfo
impl Sync for HAPI_PDG_EventInfo
impl Unpin for HAPI_PDG_EventInfo
impl UnwindSafe for HAPI_PDG_EventInfo
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