[][src]Struct libass_sys::ass_style

#[repr(C)]pub struct ass_style {
    pub Name: *mut c_char,
    pub FontName: *mut c_char,
    pub FontSize: f64,
    pub PrimaryColour: u32,
    pub SecondaryColour: u32,
    pub OutlineColour: u32,
    pub BackColour: u32,
    pub Bold: c_int,
    pub Italic: c_int,
    pub Underline: c_int,
    pub StrikeOut: c_int,
    pub ScaleX: f64,
    pub ScaleY: f64,
    pub Spacing: f64,
    pub Angle: f64,
    pub BorderStyle: c_int,
    pub Outline: f64,
    pub Shadow: f64,
    pub Alignment: c_int,
    pub MarginL: c_int,
    pub MarginR: c_int,
    pub MarginV: c_int,
    pub Encoding: c_int,
    pub treat_fontname_as_pattern: c_int,
    pub Blur: f64,
    pub Justify: c_int,
}

Fields

Name: *mut c_charFontName: *mut c_charFontSize: f64PrimaryColour: u32SecondaryColour: u32OutlineColour: u32BackColour: u32Bold: c_intItalic: c_intUnderline: c_intStrikeOut: c_intScaleX: f64ScaleY: f64Spacing: f64Angle: f64BorderStyle: c_intOutline: f64Shadow: f64Alignment: c_intMarginL: c_intMarginR: c_intMarginV: c_intEncoding: c_inttreat_fontname_as_pattern: c_intBlur: f64Justify: c_int

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.