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