Struct libspa_sys::spa_pod_float
source · #[repr(C)]pub struct spa_pod_float {
pub pod: spa_pod,
pub value: f32,
pub _padding: i32,
}
Fields§
§pod: spa_pod
§value: f32
§_padding: i32
Trait Implementations§
source§impl Clone for spa_pod_float
impl Clone for spa_pod_float
source§fn clone(&self) -> spa_pod_float
fn clone(&self) -> spa_pod_float
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_float
impl Debug for spa_pod_float
source§impl PartialEq for spa_pod_float
impl PartialEq for spa_pod_float
source§fn eq(&self, other: &spa_pod_float) -> bool
fn eq(&self, other: &spa_pod_float) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_pod_float
impl StructuralPartialEq for spa_pod_float
Auto Trait Implementations§
impl RefUnwindSafe for spa_pod_float
impl Send for spa_pod_float
impl Sync for spa_pod_float
impl Unpin for spa_pod_float
impl UnwindSafe for spa_pod_float
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