pub struct ImportJoy { /* private fields */ }Implementations§
Source§impl ImportJoy
impl ImportJoy
Sourcepub fn new(broadcast: BroadcastProducer) -> Self
pub fn new(broadcast: BroadcastProducer) -> Self
Create a new importer that will write to the given broadcast.
pub fn init(&mut self)
pub fn init_video() -> (String, VideoConfig)
Auto Trait Implementations§
impl Freeze for ImportJoy
impl !RefUnwindSafe for ImportJoy
impl Send for ImportJoy
impl Sync for ImportJoy
impl !Unpin for ImportJoy
impl !UnwindSafe for ImportJoy
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