pub struct OpdFile {
pub header: OpdHeader,
pub centroids: Vec<Centroid>,
pub frames: Frames,
}
Fields§
§header: OpdHeader
§centroids: Vec<Centroid>
§frames: Frames
Auto Trait Implementations§
impl Freeze for OpdFile
impl RefUnwindSafe for OpdFile
impl Send for OpdFile
impl Sync for OpdFile
impl Unpin for OpdFile
impl UnwindSafe for OpdFile
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