Struct clacks::mtproto::documentAttributeVideo [] [src]

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

Fields

Trait Implementations

impl Debug for documentAttributeVideo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for documentAttributeVideo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for documentAttributeVideo
[src]

[src]

impl BareDeserialize for documentAttributeVideo
[src]

[src]

impl IntoBoxed for documentAttributeVideo
[src]

Auto Trait Implementations