pub struct RenderFrame {
pub png_frame: Vec<u8>,
}Fields§
§png_frame: Vec<u8>Trait Implementations§
Source§impl Clone for RenderFrame
impl Clone for RenderFrame
Source§fn clone(&self) -> RenderFrame
fn clone(&self) -> RenderFrame
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RenderFrame
impl Debug for RenderFrame
Source§impl Default for RenderFrame
impl Default for RenderFrame
Source§fn default() -> RenderFrame
fn default() -> RenderFrame
Returns the “default value” for a type. Read more
impl Eq for RenderFrame
Source§impl PartialEq for RenderFrame
impl PartialEq for RenderFrame
Source§fn eq(&self, other: &RenderFrame) -> bool
fn eq(&self, other: &RenderFrame) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RenderFrame
Auto Trait Implementations§
impl Freeze for RenderFrame
impl RefUnwindSafe for RenderFrame
impl Send for RenderFrame
impl Sync for RenderFrame
impl Unpin for RenderFrame
impl UnsafeUnpin for RenderFrame
impl UnwindSafe for RenderFrame
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