pub struct AegisubProjectProcessor;Available on crate feature
plugins only.Expand description
Handler for Aegisub Project section
Processes [Aegisub Project] sections containing project-specific metadata
such as active line tracking, scroll position, and editor state.
Trait Implementations§
Source§impl SectionProcessor for AegisubProjectProcessor
impl SectionProcessor for AegisubProjectProcessor
Auto Trait Implementations§
impl Freeze for AegisubProjectProcessor
impl RefUnwindSafe for AegisubProjectProcessor
impl Send for AegisubProjectProcessor
impl Sync for AegisubProjectProcessor
impl Unpin for AegisubProjectProcessor
impl UnwindSafe for AegisubProjectProcessor
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