#[repr(C)]pub struct ASS_Event {
pub Start: i64,
pub Duration: i64,
pub ReadOrder: i32,
pub Layer: i32,
pub Style: i32,
pub Name: *mut i8,
pub MarginL: i32,
pub MarginR: i32,
pub MarginV: i32,
pub Effect: *mut i8,
pub Text: *mut i8,
pub render_priv: *mut ASS_RenderPriv,
}Fields§
§Start: i64§Duration: i64§ReadOrder: i32§Layer: i32§Style: i32§Name: *mut i8§MarginL: i32§MarginR: i32§MarginV: i32§Effect: *mut i8§Text: *mut i8§render_priv: *mut ASS_RenderPrivTrait Implementations§
Auto Trait Implementations§
impl Freeze for ASS_Event
impl RefUnwindSafe for ASS_Event
impl !Send for ASS_Event
impl !Sync for ASS_Event
impl Unpin for ASS_Event
impl UnsafeUnpin for ASS_Event
impl UnwindSafe for ASS_Event
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