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