pub struct StreamingDataset<F> { /* private fields */ }Expand description
Factory-backed dataset enabling restartable streaming.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for StreamingDataset<F>where
F: Freeze,
impl<F> RefUnwindSafe for StreamingDataset<F>where
F: RefUnwindSafe,
impl<F> Send for StreamingDataset<F>where
F: Send,
impl<F> Sync for StreamingDataset<F>where
F: Sync,
impl<F> Unpin for StreamingDataset<F>where
F: Unpin,
impl<F> UnsafeUnpin for StreamingDataset<F>where
F: UnsafeUnpin,
impl<F> UnwindSafe for StreamingDataset<F>where
F: UnwindSafe,
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
Source§impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
Source§fn to_owned_obj(&self, data: FontData<'_>) -> U
fn to_owned_obj(&self, data: FontData<'_>) -> U
Convert this type into
T, using the provided data to resolve any offsets.