Enum assembly_maps::lvl::file::Section1_39
source · pub enum Section1_39 {
Before {
value1: f32,
value2: f32,
},
After {
values: Box<[f32; 12]>,
array: Vec<Section1_40>,
},
}
Variants§
Trait Implementations§
source§impl Debug for Section1_39
impl Debug for Section1_39
Auto Trait Implementations§
impl Freeze for Section1_39
impl RefUnwindSafe for Section1_39
impl Send for Section1_39
impl Sync for Section1_39
impl Unpin for Section1_39
impl UnwindSafe for Section1_39
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