Struct google_adsensehost4d1::AdStyleFont [] [src]

pub struct AdStyleFont {
    pub family: Option<String>,
    pub size: Option<String>,
}

The font which is included in the style.

This type is not used in any activity, and only used as part of another schema.

Fields

The family of the font. Possible values are: ACCOUNT_DEFAULT_FAMILY, ADSENSE_DEFAULT_FAMILY, ARIAL, TIMES and VERDANA.

The size of the font. Possible values are: ACCOUNT_DEFAULT_SIZE, ADSENSE_DEFAULT_SIZE, SMALL, MEDIUM and LARGE.

Trait Implementations

impl Default for AdStyleFont
[src]

Returns the "default value" for a type. Read more

impl Clone for AdStyleFont
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdStyleFont
[src]

Formats the value using the given formatter.

impl NestedType for AdStyleFont
[src]

impl Part for AdStyleFont
[src]