pub struct BackendOutput {
pub request_id: BackendRequestId,
pub buffer: CodedBitstreamBuffer,
}
Fields§
§request_id: BackendRequestId
Request’s unique identifier corresponding to BackendRequest
buffer: CodedBitstreamBuffer
Result 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