Struct clacks_mtproto::mtproto::document_attribute::Video [] [src]

pub struct Video {
    pub round_message: bool,
    pub duration: int,
    pub w: int,
    pub h: int,
}

TL-derived from documentAttributeVideo

documentAttributeVideo#ef02ce6 flags:# round_message:flags.0?true duration:int w:int h:int = DocumentAttribute;

Fields

Trait Implementations

impl Debug for Video
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Video
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Video
[src]

impl BareDeserialize for Video
[src]

impl IntoBoxed for Video
[src]

Auto Trait Implementations

impl Send for Video

impl Sync for Video