pub struct PamojaSamples { /* private fields */ }Expand description
An opaque handle to a decoded series of integer samples.
Read it with pamoja_samples_data and pamoja_samples_len, then release
it with pamoja_samples_free.
Auto Trait Implementations§
impl Freeze for PamojaSamples
impl RefUnwindSafe for PamojaSamples
impl Send for PamojaSamples
impl Sync for PamojaSamples
impl Unpin for PamojaSamples
impl UnsafeUnpin for PamojaSamples
impl UnwindSafe for PamojaSamples
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