pub enum ParsedWmo {
Root(WmoRoot),
Group(WmoGroup),
}Expand description
Result of parsing a WMO file
Variants§
Root(WmoRoot)
Root WMO file containing header and references
Group(WmoGroup)
Group file containing geometry data
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParsedWmo
impl RefUnwindSafe for ParsedWmo
impl Send for ParsedWmo
impl Sync for ParsedWmo
impl Unpin for ParsedWmo
impl UnwindSafe for ParsedWmo
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