Struct abi::bbqueue_ipc::framed::FrameConsumer
source · pub struct FrameConsumer<'a> {
pub(crate) consumer: Consumer<'a>,
}
Expand description
A consumer of Framed data
Fields§
§consumer: Consumer<'a>
Implementations§
source§impl<'a> FrameConsumer<'a>
impl<'a> FrameConsumer<'a>
sourcepub fn read(&self) -> Option<FrameGrantR<'a>>
pub fn read(&self) -> Option<FrameGrantR<'a>>
Obtain the next available frame, if any
Auto Trait Implementations§
impl<'a> Freeze for FrameConsumer<'a>
impl<'a> RefUnwindSafe for FrameConsumer<'a>
impl<'a> Send for FrameConsumer<'a>
impl<'a> Sync for FrameConsumer<'a>
impl<'a> Unpin for FrameConsumer<'a>
impl<'a> UnwindSafe for FrameConsumer<'a>
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