Struct assembly_maps::lvl::file::Section1_40
source · pub struct Section1_40 {
pub id: u32,
pub float1: f32,
pub float2: f32,
}
Fields§
§id: u32
§float1: f32
§float2: f32
Trait Implementations§
source§impl Debug for Section1_40
impl Debug for Section1_40
Auto Trait Implementations§
impl Freeze for Section1_40
impl RefUnwindSafe for Section1_40
impl Send for Section1_40
impl Sync for Section1_40
impl Unpin for Section1_40
impl UnwindSafe for Section1_40
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