Struct assembly_maps::lvl::file::Section1_43
source · pub struct Section1_43 {
pub pos: Vector3f,
pub rot: Option<Quaternion>,
}
Fields§
§pos: Vector3f
§rot: Option<Quaternion>
Trait Implementations§
source§impl Debug for Section1_43
impl Debug for Section1_43
Auto Trait Implementations§
impl Freeze for Section1_43
impl RefUnwindSafe for Section1_43
impl Send for Section1_43
impl Sync for Section1_43
impl Unpin for Section1_43
impl UnwindSafe for Section1_43
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