Struct ffmpeg::ffi::AVSubtitleRect [] [src]

#[repr(C)]
pub struct AVSubtitleRect { pub x: i32, pub y: i32, pub w: i32, pub h: i32, pub nb_colors: i32, pub pict: AVPicture, pub kind: AVSubtitleType, pub text: *mut i8, pub ass: *mut i8, pub flags: i32, }

Fields

Trait Implementations

impl Debug for AVSubtitleRect
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for AVSubtitleRect

impl !Sync for AVSubtitleRect