Struct libspa::utils::dict::spa_dict_item
source · #[repr(C)]pub struct spa_dict_item {
pub key: *const i8,
pub value: *const i8,
}
Expand description
\addtogroup spa_dict {
Fields§
§key: *const i8
§value: *const i8
Trait Implementations§
source§impl Clone for spa_dict_item
impl Clone for spa_dict_item
source§fn clone(&self) -> spa_dict_item
fn clone(&self) -> spa_dict_item
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for spa_dict_item
impl Debug for spa_dict_item
source§impl PartialEq for spa_dict_item
impl PartialEq for spa_dict_item
source§fn eq(&self, other: &spa_dict_item) -> bool
fn eq(&self, other: &spa_dict_item) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_dict_item
impl Eq for spa_dict_item
impl StructuralPartialEq for spa_dict_item
Auto Trait Implementations§
impl RefUnwindSafe for spa_dict_item
impl !Send for spa_dict_item
impl !Sync for spa_dict_item
impl Unpin for spa_dict_item
impl UnwindSafe for spa_dict_item
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