Struct libsystemd_sys::bus::vtable::sd_bus_table_method[][src]

#[repr(C)]
pub struct sd_bus_table_method { pub member: *const c_char, pub signature: *const c_char, pub result: *const c_char, pub handler: sd_bus_message_handler_t, pub offset: size_t, }

Fields

member: *const c_charsignature: *const c_charresult: *const c_charhandler: sd_bus_message_handler_toffset: size_t

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 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.