pub struct ThumbnailRaw {
pub width: f64,
pub height: f64,
pub data: Vec<u8>,
}Expand description
TS ImageResources.thumbnailRaw.
Fields§
§width: f64§height: f64§data: Vec<u8>Trait Implementations§
Source§impl Clone for ThumbnailRaw
impl Clone for ThumbnailRaw
Source§fn clone(&self) -> ThumbnailRaw
fn clone(&self) -> ThumbnailRaw
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 ThumbnailRaw
impl Debug for ThumbnailRaw
Source§impl Default for ThumbnailRaw
impl Default for ThumbnailRaw
Source§fn default() -> ThumbnailRaw
fn default() -> ThumbnailRaw
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ThumbnailRaw
impl RefUnwindSafe for ThumbnailRaw
impl Send for ThumbnailRaw
impl Sync for ThumbnailRaw
impl Unpin for ThumbnailRaw
impl UnsafeUnpin for ThumbnailRaw
impl UnwindSafe for ThumbnailRaw
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