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