#[repr(C)]pub struct aeron_driver_native_resource_agent_command_result_stct {
pub state: aeron_driver_native_resource_agent_command_state_t,
pub payload: aeron_driver_native_resource_agent_command_result_stct__bindgen_ty_1,
}Fields§
§state: aeron_driver_native_resource_agent_command_state_t§payload: aeron_driver_native_resource_agent_command_result_stct__bindgen_ty_1Trait Implementations§
Source§impl Clone for aeron_driver_native_resource_agent_command_result_stct
impl Clone for aeron_driver_native_resource_agent_command_result_stct
Source§fn clone(&self) -> aeron_driver_native_resource_agent_command_result_stct
fn clone(&self) -> aeron_driver_native_resource_agent_command_result_stct
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 From<aeron_driver_native_resource_agent_command_result_stct> for AeronDriverNativeResourceAgentCommandResult
impl From<aeron_driver_native_resource_agent_command_result_stct> for AeronDriverNativeResourceAgentCommandResult
Source§fn from(value: aeron_driver_native_resource_agent_command_result_t) -> Self
fn from(value: aeron_driver_native_resource_agent_command_result_t) -> Self
Converts to this type from the input type.
impl Copy for aeron_driver_native_resource_agent_command_result_stct
Auto Trait Implementations§
impl Freeze for aeron_driver_native_resource_agent_command_result_stct
impl RefUnwindSafe for aeron_driver_native_resource_agent_command_result_stct
impl !Send for aeron_driver_native_resource_agent_command_result_stct
impl !Sync for aeron_driver_native_resource_agent_command_result_stct
impl Unpin for aeron_driver_native_resource_agent_command_result_stct
impl UnsafeUnpin for aeron_driver_native_resource_agent_command_result_stct
impl UnwindSafe for aeron_driver_native_resource_agent_command_result_stct
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