#[repr(C)]pub struct sd_bus_table_signal {
pub member: *const c_char,
pub signature: *const c_char,
}Fields§
§member: *const c_char§signature: *const c_charAuto Trait Implementations§
impl Freeze for sd_bus_table_signal
impl RefUnwindSafe for sd_bus_table_signal
impl !Send for sd_bus_table_signal
impl !Sync for sd_bus_table_signal
impl Unpin for sd_bus_table_signal
impl UnwindSafe for sd_bus_table_signal
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