Struct assembly_maps::lvl::file::Section1_31
source · pub struct Section1_31 {
pub value1: Section1_39,
pub value2: Color,
}
Fields§
§value1: Section1_39
§value2: Color
Trait Implementations§
source§impl Debug for Section1_31
impl Debug for Section1_31
Auto Trait Implementations§
impl Freeze for Section1_31
impl RefUnwindSafe for Section1_31
impl Send for Section1_31
impl Sync for Section1_31
impl Unpin for Section1_31
impl UnwindSafe for Section1_31
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