Struct libspa_sys::spa_pod_prop
source · #[repr(C)]pub struct spa_pod_prop {
pub key: u32,
pub flags: u32,
pub value: spa_pod,
}
Fields§
§key: u32
< key of property, list of valid keys depends on the object type
flags: u32
< flags for property
value: spa_pod
Trait Implementations§
source§impl Clone for spa_pod_prop
impl Clone for spa_pod_prop
source§fn clone(&self) -> spa_pod_prop
fn clone(&self) -> spa_pod_prop
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_pod_prop
impl Debug for spa_pod_prop
source§impl PartialEq for spa_pod_prop
impl PartialEq for spa_pod_prop
source§fn eq(&self, other: &spa_pod_prop) -> bool
fn eq(&self, other: &spa_pod_prop) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_pod_prop
impl Eq for spa_pod_prop
impl StructuralPartialEq for spa_pod_prop
Auto Trait Implementations§
impl RefUnwindSafe for spa_pod_prop
impl Send for spa_pod_prop
impl Sync for spa_pod_prop
impl Unpin for spa_pod_prop
impl UnwindSafe for spa_pod_prop
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