#[repr(C)]pub struct iox2_static_config_t {
pub id: [c_char; 64],
pub name: [c_char; 256],
pub messaging_pattern: iox2_messaging_pattern_e,
pub details: iox2_static_config_details_t,
}Fields§
§id: [c_char; 64]§name: [c_char; 256]§messaging_pattern: iox2_messaging_pattern_e§details: iox2_static_config_details_tTrait Implementations§
Source§impl Clone for iox2_static_config_t
impl Clone for iox2_static_config_t
Source§fn clone(&self) -> iox2_static_config_t
fn clone(&self) -> iox2_static_config_t
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<&StaticConfig> for iox2_static_config_t
impl From<&StaticConfig> for iox2_static_config_t
Source§fn from(value: &StaticConfig) -> Self
fn from(value: &StaticConfig) -> Self
Converts to this type from the input type.
impl Copy for iox2_static_config_t
Auto Trait Implementations§
impl Freeze for iox2_static_config_t
impl RefUnwindSafe for iox2_static_config_t
impl Send for iox2_static_config_t
impl Sync for iox2_static_config_t
impl Unpin for iox2_static_config_t
impl UnwindSafe for iox2_static_config_t
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