#[repr(C)]pub struct SimulationNetworkParamsT {
pub node_type_name: *const c_char,
pub port: u16,
pub _padding_44: [c_char; 6],
}Fields§
§node_type_name: *const c_char§port: u16§_padding_44: [c_char; 6]Trait Implementations§
Source§impl Clone for SimulationNetworkParamsT
impl Clone for SimulationNetworkParamsT
Source§fn clone(&self) -> SimulationNetworkParamsT
fn clone(&self) -> SimulationNetworkParamsT
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 SimulationNetworkParamsT
Auto Trait Implementations§
impl !Send for SimulationNetworkParamsT
impl !Sync for SimulationNetworkParamsT
impl Freeze for SimulationNetworkParamsT
impl RefUnwindSafe for SimulationNetworkParamsT
impl Unpin for SimulationNetworkParamsT
impl UnsafeUnpin for SimulationNetworkParamsT
impl UnwindSafe for SimulationNetworkParamsT
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