#[repr(C)]pub struct sd_bus_table_start {
pub element_size: size_t,
}Fields§
§element_size: size_tAuto Trait Implementations§
impl Freeze for sd_bus_table_start
impl RefUnwindSafe for sd_bus_table_start
impl Send for sd_bus_table_start
impl Sync for sd_bus_table_start
impl Unpin for sd_bus_table_start
impl UnwindSafe for sd_bus_table_start
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