pub struct SpecDesc { /* private fields */ }
Expand description
Spectral description object
Implementations§
Source§impl SpecDesc
impl SpecDesc
Sourcepub fn new(method: impl SpecMethod, buf_size: usize) -> Result<Self>
pub fn new(method: impl SpecMethod, buf_size: usize) -> Result<Self>
Creation of a spectral description object
method
Spectral description methodbuf_size
Length of the input spectrum frame
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpecDesc
impl RefUnwindSafe for SpecDesc
impl !Send for SpecDesc
impl !Sync for SpecDesc
impl Unpin for SpecDesc
impl UnwindSafe for SpecDesc
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