Struct panda_sys::ChardevSocket[][src]

#[repr(C)]
pub struct ChardevSocket {
Show 17 fields pub has_logfile: bool, pub logfile: *mut c_char, pub has_logappend: bool, pub logappend: bool, pub addr: *mut SocketAddress, pub has_tls_creds: bool, pub tls_creds: *mut c_char, pub has_server: bool, pub server: bool, pub has_wait: bool, pub wait: bool, pub has_nodelay: bool, pub nodelay: bool, pub has_telnet: bool, pub telnet: bool, pub has_reconnect: bool, pub reconnect: i64,
}

Fields

has_logfile: boollogfile: *mut c_charhas_logappend: boollogappend: booladdr: *mut SocketAddresshas_tls_creds: booltls_creds: *mut c_charhas_server: boolserver: boolhas_wait: boolwait: boolhas_nodelay: boolnodelay: boolhas_telnet: booltelnet: boolhas_reconnect: boolreconnect: i64

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.