pub struct PPODataset {
pub samples: Vec<PPOSample>,
}
Fields§
§samples: Vec<PPOSample>
Trait Implementations§
Source§impl Clone for PPODataset
impl Clone for PPODataset
Source§fn clone(&self) -> PPODataset
fn clone(&self) -> PPODataset
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for PPODataset
impl RefUnwindSafe for PPODataset
impl Send for PPODataset
impl Sync for PPODataset
impl Unpin for PPODataset
impl UnwindSafe for PPODataset
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