Struct executorch_sys::torch::executor::DataLoader
source · #[repr(C, align(8))]pub struct DataLoader {
pub _bindgen_opaque_blob: u64,
}Expand description
Loads from a data source.
See //executorch/util for common implementations.
Fields§
§_bindgen_opaque_blob: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataLoader
impl RefUnwindSafe for DataLoader
impl Send for DataLoader
impl Sync for DataLoader
impl Unpin for DataLoader
impl UnwindSafe for DataLoader
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