pub struct ChartImage {
pub pixels: Vec<u8>,
pub width: u32,
pub height: u32,
}Fields§
§pixels: Vec<u8>§width: u32§height: u32Trait Implementations§
Source§impl Clone for ChartImage
impl Clone for ChartImage
Source§fn clone(&self) -> ChartImage
fn clone(&self) -> ChartImage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ChartImage
impl RefUnwindSafe for ChartImage
impl Send for ChartImage
impl Sync for ChartImage
impl Unpin for ChartImage
impl UnwindSafe for ChartImage
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