#[repr(C)]pub struct NnrpClientRuntimeObjectLoopRequest {Show 16 fields
pub session: NnrpHandle,
pub operation_id: u64,
pub frame_id: u32,
pub submit_payload: NnrpBufferView,
pub object_descriptor: NnrpRuntimeObjectDescriptor,
pub object_metadata: NnrpBufferView,
pub cache_reference: NnrpCacheReferenceDescriptor,
pub cache_reference_metadata: NnrpBufferView,
pub progress: NnrpProgressDescriptor,
pub progress_body: NnrpBufferView,
pub partial_result: NnrpPartialResultDescriptor,
pub partial_body: NnrpBufferView,
pub object_release: NnrpObjectReleaseDescriptor,
pub release_diagnostics: NnrpBufferView,
pub result_payload: NnrpBufferView,
pub max_events: usize,
}Fields§
§session: NnrpHandle§operation_id: u64§frame_id: u32§submit_payload: NnrpBufferView§object_descriptor: NnrpRuntimeObjectDescriptor§object_metadata: NnrpBufferView§cache_reference: NnrpCacheReferenceDescriptor§cache_reference_metadata: NnrpBufferView§progress: NnrpProgressDescriptor§progress_body: NnrpBufferView§partial_result: NnrpPartialResultDescriptor§partial_body: NnrpBufferView§object_release: NnrpObjectReleaseDescriptor§release_diagnostics: NnrpBufferView§result_payload: NnrpBufferView§max_events: usizeTrait Implementations§
Source§impl Clone for NnrpClientRuntimeObjectLoopRequest
impl Clone for NnrpClientRuntimeObjectLoopRequest
Source§fn clone(&self) -> NnrpClientRuntimeObjectLoopRequest
fn clone(&self) -> NnrpClientRuntimeObjectLoopRequest
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 NnrpClientRuntimeObjectLoopRequest
impl Eq for NnrpClientRuntimeObjectLoopRequest
impl StructuralPartialEq for NnrpClientRuntimeObjectLoopRequest
Auto Trait Implementations§
impl !Send for NnrpClientRuntimeObjectLoopRequest
impl !Sync for NnrpClientRuntimeObjectLoopRequest
impl Freeze for NnrpClientRuntimeObjectLoopRequest
impl RefUnwindSafe for NnrpClientRuntimeObjectLoopRequest
impl Unpin for NnrpClientRuntimeObjectLoopRequest
impl UnsafeUnpin for NnrpClientRuntimeObjectLoopRequest
impl UnwindSafe for NnrpClientRuntimeObjectLoopRequest
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