Struct goxlr_profile_loader::components::sample::SampleStack
source · [−]pub struct SampleStack { /* private fields */ }
Implementations
sourceimpl SampleStack
impl SampleStack
pub fn new() -> Self
pub fn get_sample_count(&self) -> usize
pub fn get_first_sample_file(&self) -> String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SampleStack
impl Send for SampleStack
impl Sync for SampleStack
impl Unpin for SampleStack
impl UnwindSafe for SampleStack
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more