#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SimulationNetworkParamsT
impl Default for SimulationNetworkParamsT
impl Copy for SimulationNetworkParamsT
Auto Trait Implementations§
impl Freeze for SimulationNetworkParamsT
impl RefUnwindSafe for SimulationNetworkParamsT
impl !Send for SimulationNetworkParamsT
impl !Sync for SimulationNetworkParamsT
impl Unpin 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