Struct libspa_sys::spa_pod_control
source · #[repr(C)]pub struct spa_pod_control {
pub offset: u32,
pub type_: u32,
pub value: spa_pod,
}
Fields§
§offset: u32
< media offset
type_: u32
< type of control, enum spa_control_type
value: spa_pod
< control value, depends on type
Trait Implementations§
source§impl Clone for spa_pod_control
impl Clone for spa_pod_control
source§fn clone(&self) -> spa_pod_control
fn clone(&self) -> spa_pod_control
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_control
impl Debug for spa_pod_control
source§impl PartialEq for spa_pod_control
impl PartialEq for spa_pod_control
source§fn eq(&self, other: &spa_pod_control) -> bool
fn eq(&self, other: &spa_pod_control) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_pod_control
impl Eq for spa_pod_control
impl StructuralPartialEq for spa_pod_control
Auto Trait Implementations§
impl RefUnwindSafe for spa_pod_control
impl Send for spa_pod_control
impl Sync for spa_pod_control
impl Unpin for spa_pod_control
impl UnwindSafe for spa_pod_control
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