Trait mzpeaks::peak::KnownCharge

source ·
pub trait KnownCharge {
    // Required method
    fn charge(&self) -> i32;
}
Expand description

A known charge has a determined charge state value

Required Methods§

source

fn charge(&self) -> i32

Implementations on Foreign Types§

source§

impl<T: KnownCharge> KnownCharge for &T

source§

fn charge(&self) -> i32

source§

impl<T: KnownCharge> KnownCharge for &mut T

source§

fn charge(&self) -> i32

Implementors§