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

#[repr(C)]
pub struct sd_bus_table_property { pub member: *const c_char, pub signature: *const c_char, pub get: sd_bus_property_get_t, pub set: sd_bus_property_set_t, pub offset: size_t, }

Fields

member: *const c_charsignature: *const c_charget: sd_bus_property_get_tset: sd_bus_property_set_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.