pub struct GraphicsSample {
pub payload: Value,
}Fields§
§payload: ValueTrait Implementations§
Source§impl Clone for GraphicsSample
impl Clone for GraphicsSample
Source§fn clone(&self) -> GraphicsSample
fn clone(&self) -> GraphicsSample
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 GraphicsSample
impl Debug for GraphicsSample
Source§impl PartialEq for GraphicsSample
impl PartialEq for GraphicsSample
Source§fn eq(&self, other: &GraphicsSample) -> bool
fn eq(&self, other: &GraphicsSample) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GraphicsSample
impl Serialize for GraphicsSample
impl StructuralPartialEq for GraphicsSample
Auto Trait Implementations§
impl Freeze for GraphicsSample
impl RefUnwindSafe for GraphicsSample
impl Send for GraphicsSample
impl Sync for GraphicsSample
impl Unpin for GraphicsSample
impl UnsafeUnpin for GraphicsSample
impl UnwindSafe for GraphicsSample
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