Struct libssh_rs::SignalState
source · pub struct SignalState {
pub signal_name: Option<String>,
pub core_dumped: bool,
pub error_message: Option<String>,
pub language: Option<String>,
}Fields§
§signal_name: Option<String>§core_dumped: bool§error_message: Option<String>§language: Option<String>Trait Implementations§
source§impl Clone for SignalState
impl Clone for SignalState
source§fn clone(&self) -> SignalState
fn clone(&self) -> SignalState
Returns a copy 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 more