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