pub struct FrameConsumer {
pub info: Frame,
/* private fields */
}
Expand description
Used to consume a frame’s worth of data in chunks.
Fields§
§info: Frame
Implementations§
Trait Implementations§
Source§impl Clone for FrameConsumer
impl Clone for FrameConsumer
Source§fn clone(&self) -> FrameConsumer
fn clone(&self) -> FrameConsumer
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for FrameConsumer
impl RefUnwindSafe for FrameConsumer
impl Send for FrameConsumer
impl Sync for FrameConsumer
impl Unpin for FrameConsumer
impl UnwindSafe for FrameConsumer
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