#[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_char§signature: *const c_char§get: sd_bus_property_get_t§set: sd_bus_property_set_t§offset: size_tAuto Trait Implementations§
impl Freeze for sd_bus_table_property
impl RefUnwindSafe for sd_bus_table_property
impl !Send for sd_bus_table_property
impl !Sync for sd_bus_table_property
impl Unpin for sd_bus_table_property
impl UnwindSafe for sd_bus_table_property
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more