#[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_char§signature: *const c_char§result: *const c_char§handler: sd_bus_message_handler_t§offset: size_tAuto Trait Implementations§
impl Freeze for sd_bus_table_method
impl RefUnwindSafe for sd_bus_table_method
impl !Send for sd_bus_table_method
impl !Sync for sd_bus_table_method
impl Unpin for sd_bus_table_method
impl UnwindSafe for sd_bus_table_method
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