pub struct BackendOutput {
pub request_id: BackendRequestId,
pub buffer: CodedBitstreamBuffer,
}Fields§
§request_id: BackendRequestIdRequest’s unique identifier corresponding to BackendRequest
buffer: CodedBitstreamBufferResult of the request. CodedBitstreamBuffer containing encoded frame
Auto Trait Implementations§
impl Freeze for BackendOutput
impl RefUnwindSafe for BackendOutput
impl Send for BackendOutput
impl Sync for BackendOutput
impl Unpin for BackendOutput
impl UnwindSafe for BackendOutput
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