[][src]Struct libpulse_binding::volume::VolumeDB

pub struct VolumeDB(pub f64);

Software volume expressed in decibels (dBs).

Trait Implementations

impl Clone for VolumeDB[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for VolumeDB[src]

impl From<VolumeDB> for Volume[src]

Converts a decibel value to a volume (amplitude, not power).

This is only valid for software volumes!

impl From<Volume> for VolumeDB[src]

Converts a volume to a decibel value (amplitude, not power).

This is only valid for software volumes!

impl From<VolumeLinear> for VolumeDB[src]

Converts a linear factor to a decibel value (amplitude, not power).

0.0 and less is muted while 1.0 is VOLUME_NORM.

This is only valid for software volumes!

impl From<VolumeDB> for VolumeLinear[src]

Converts a decibel value (amplitude, not power) to a linear factor.

This is only valid for software volumes!

impl PartialOrd<VolumeDB> for VolumeDB[src]

impl PartialEq<VolumeDB> for VolumeDB[src]

impl Copy for VolumeDB[src]

impl Debug for VolumeDB[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]