pub struct SrtWriter { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for SrtWriter
impl !RefUnwindSafe for SrtWriter
impl !Send for SrtWriter
impl !Sync for SrtWriter
impl Unpin for SrtWriter
impl UnsafeUnpin for SrtWriter
impl !UnwindSafe for SrtWriter
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