Struct rust_tdlib::types::ThumbnailFormatMpeg4
source · [−]pub struct ThumbnailFormatMpeg4 { /* private fields */ }Expand description
The thumbnail is in MPEG4 format. It will be used only for some animations and videos
Implementations
Trait Implementations
sourceimpl AsRef<ThumbnailFormatMpeg4> for ThumbnailFormatMpeg4
impl AsRef<ThumbnailFormatMpeg4> for ThumbnailFormatMpeg4
sourcefn as_ref(&self) -> &ThumbnailFormatMpeg4
fn as_ref(&self) -> &ThumbnailFormatMpeg4
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for ThumbnailFormatMpeg4
impl Clone for ThumbnailFormatMpeg4
sourcefn clone(&self) -> ThumbnailFormatMpeg4
fn clone(&self) -> ThumbnailFormatMpeg4
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ThumbnailFormatMpeg4
impl Debug for ThumbnailFormatMpeg4
sourceimpl Default for ThumbnailFormatMpeg4
impl Default for ThumbnailFormatMpeg4
sourcefn default() -> ThumbnailFormatMpeg4
fn default() -> ThumbnailFormatMpeg4
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ThumbnailFormatMpeg4
impl<'de> Deserialize<'de> for ThumbnailFormatMpeg4
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for ThumbnailFormatMpeg4
impl Serialize for ThumbnailFormatMpeg4
impl TDThumbnailFormat for ThumbnailFormatMpeg4
Auto Trait Implementations
impl RefUnwindSafe for ThumbnailFormatMpeg4
impl Send for ThumbnailFormatMpeg4
impl Sync for ThumbnailFormatMpeg4
impl Unpin for ThumbnailFormatMpeg4
impl UnwindSafe for ThumbnailFormatMpeg4
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more