Struct moa_host::FrameReceiver
source · pub struct FrameReceiver {
max_size: (u32, u32),
encoding: Arc<Mutex<PixelEncoding>>,
queue: ClockedQueue<Frame>,
}
Fields§
§max_size: (u32, u32)
§encoding: Arc<Mutex<PixelEncoding>>
§queue: ClockedQueue<Frame>
Implementations§
source§impl FrameReceiver
impl FrameReceiver
Auto Trait Implementations§
impl Freeze for FrameReceiver
impl RefUnwindSafe for FrameReceiver
impl Send for FrameReceiver
impl Sync for FrameReceiver
impl Unpin for FrameReceiver
impl UnwindSafe for FrameReceiver
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