#[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 duplicate 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
impl Copy for spa_pod_control
impl Eq for spa_pod_control
impl StructuralPartialEq for spa_pod_control
Auto Trait Implementations§
impl Freeze for spa_pod_control
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