#[repr(C)]pub struct ass_track {Show 21 fields
pub n_styles: c_int,
pub max_styles: c_int,
pub n_events: c_int,
pub max_events: c_int,
pub styles: *mut ASS_Style,
pub events: *mut ASS_Event,
pub style_format: *mut c_char,
pub event_format: *mut c_char,
pub track_type: ass_track__bindgen_ty_1,
pub PlayResX: c_int,
pub PlayResY: c_int,
pub Timer: f64,
pub WrapStyle: c_int,
pub ScaledBorderAndShadow: c_int,
pub Kerning: c_int,
pub Language: *mut c_char,
pub YCbCrMatrix: ASS_YCbCrMatrix,
pub default_style: c_int,
pub name: *mut c_char,
pub library: *mut ASS_Library,
pub parser_priv: *mut ASS_ParserPriv,
}Fields§
§n_styles: c_int§max_styles: c_int§n_events: c_int§max_events: c_int§styles: *mut ASS_Style§events: *mut ASS_Event§style_format: *mut c_char§event_format: *mut c_char§track_type: ass_track__bindgen_ty_1§PlayResX: c_int§PlayResY: c_int§Timer: f64§WrapStyle: c_int§ScaledBorderAndShadow: c_int§Kerning: c_int§Language: *mut c_char§YCbCrMatrix: ASS_YCbCrMatrix§default_style: c_int§name: *mut c_char§library: *mut ASS_Library§parser_priv: *mut ASS_ParserPrivTrait Implementations§
Auto Trait Implementations§
impl Freeze for ass_track
impl RefUnwindSafe for ass_track
impl !Send for ass_track
impl !Sync for ass_track
impl Unpin for ass_track
impl UnwindSafe for ass_track
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more