[−][src]Struct libpulse_binding::volume::VolumeLinear
Software volume expressed as linear factor
Methods
impl VolumeLinear[src]
Trait Implementations
impl Clone for VolumeLinear[src]
fn clone(&self) -> VolumeLinear[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq<VolumeLinear> for VolumeLinear[src]
fn eq(&self, other: &VolumeLinear) -> bool[src]
fn ne(&self, other: &VolumeLinear) -> bool[src]
impl PartialOrd<VolumeLinear> for VolumeLinear[src]
fn partial_cmp(&self, other: &VolumeLinear) -> Option<Ordering>[src]
fn lt(&self, other: &VolumeLinear) -> bool[src]
fn le(&self, other: &VolumeLinear) -> bool[src]
fn gt(&self, other: &VolumeLinear) -> bool[src]
fn ge(&self, other: &VolumeLinear) -> bool[src]
impl Copy for VolumeLinear[src]
impl From<VolumeLinear> for Volume[src]
Convert a linear factor to a volume.
0.0 and less is muted while 1.0 is VOLUME_NORM.
This is only valid for software volumes!
fn from(v: VolumeLinear) -> Self[src]
impl From<Volume> for VolumeLinear[src]
Convert a volume to a linear factor. This is only valid for software volumes!
impl From<VolumeLinear> for VolumeDB[src]
Convert 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!
fn from(v: VolumeLinear) -> Self[src]
impl From<VolumeDB> for VolumeLinear[src]
Convert a decibel value (amplitude, not power) to a linear factor. This is only valid for software volumes!
impl Default for VolumeLinear[src]
impl Debug for VolumeLinear[src]
Auto Trait Implementations
impl Send for VolumeLinear
impl Sync for VolumeLinear
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,