Struct panda_sys::NetdevSocketOptions[][src]

#[repr(C)]
pub struct NetdevSocketOptions { pub has_fd: bool, pub fd: *mut c_char, pub has_listen: bool, pub listen: *mut c_char, pub has_connect: bool, pub connect: *mut c_char, pub has_mcast: bool, pub mcast: *mut c_char, pub has_localaddr: bool, pub localaddr: *mut c_char, pub has_udp: bool, pub udp: *mut c_char, }

Fields

has_fd: boolfd: *mut c_charhas_listen: boollisten: *mut c_charhas_connect: boolconnect: *mut c_charhas_mcast: boolmcast: *mut c_charhas_localaddr: boollocaladdr: *mut c_charhas_udp: booludp: *mut c_char

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.