Struct assembly_maps::lvl::file::Section1
source · pub struct Section1 {
pub value1: Option<f32>,
pub value2: Color,
pub value3: Color,
pub value4: Color,
pub value5: Vector3f,
pub value6: Option<Section1_31>,
pub value7: Option<Color>,
pub value8: Option<Section1_43>,
}
Fields§
§value1: Option<f32>
§value2: Color
§value3: Color
§value4: Color
§value5: Vector3f
§value6: Option<Section1_31>
§value7: Option<Color>
§value8: Option<Section1_43>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Section1
impl RefUnwindSafe for Section1
impl Send for Section1
impl Sync for Section1
impl Unpin for Section1
impl UnwindSafe for Section1
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