#[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 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_fraction
impl Debug for spa_pod_fraction
Source§impl PartialEq for spa_pod_fraction
impl PartialEq for spa_pod_fraction
impl Copy for spa_pod_fraction
impl Eq for spa_pod_fraction
impl StructuralPartialEq for spa_pod_fraction
Auto Trait Implementations§
impl Freeze for spa_pod_fraction
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