Struct assembly_maps::lvl::file::Object
source · pub struct Object<S> {
pub obj_id: ObjectID,
pub lot: ObjectTemplate,
pub asset_type: Option<u32>,
pub value_1: Option<u32>,
pub position: Vector3f,
pub rotation: Quaternion,
pub scale: f32,
pub settings: S,
pub extra: Vec<ObjectExtra>,
}
Fields§
§obj_id: ObjectID
§lot: ObjectTemplate
§asset_type: Option<u32>
§value_1: Option<u32>
§position: Vector3f
§rotation: Quaternion
§scale: f32
§settings: S
§extra: Vec<ObjectExtra>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for Object<S>where
S: Freeze,
impl<S> RefUnwindSafe for Object<S>where
S: RefUnwindSafe,
impl<S> Send for Object<S>where
S: Send,
impl<S> Sync for Object<S>where
S: Sync,
impl<S> Unpin for Object<S>where
S: Unpin,
impl<S> UnwindSafe for Object<S>where
S: UnwindSafe,
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