pub struct AprFile {
pub version: u16,
pub model: AprModel,
}Expand description
Parsed APR file
Fields§
§version: u16File version
model: AprModelLoaded model
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AprFile
impl RefUnwindSafe for AprFile
impl Send for AprFile
impl Sync for AprFile
impl Unpin for AprFile
impl UnwindSafe for AprFile
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