pub struct PamojaFrames { /* private fields */ }Expand description
An opaque handle to the frames one call to a streaming decoder completed.
Read it with pamoja_frames_count, pamoja_frames_data, and
pamoja_frames_len, then release it with pamoja_frames_free.
Auto Trait Implementations§
impl Freeze for PamojaFrames
impl RefUnwindSafe for PamojaFrames
impl Send for PamojaFrames
impl Sync for PamojaFrames
impl Unpin for PamojaFrames
impl UnsafeUnpin for PamojaFrames
impl UnwindSafe for PamojaFrames
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