Struct lu_formats::files::luz::BoundaryInfo
source · pub struct BoundaryInfo {
pub normal: Vector3,
pub point: Vector3,
pub dest_zone_id: u32,
pub dest_scene_id: u32,
pub spawn_loc: Vector3,
}
Expand description
Fields§
§normal: Vector3
§point: Vector3
§dest_zone_id: u32
§dest_scene_id: u32
§spawn_loc: Vector3
Trait Implementations§
source§impl Clone for BoundaryInfo
impl Clone for BoundaryInfo
source§fn clone(&self) -> BoundaryInfo
fn clone(&self) -> BoundaryInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BoundaryInfo
impl Debug for BoundaryInfo
source§impl<'de> Deserialize<'de> for BoundaryInfo
impl<'de> Deserialize<'de> for BoundaryInfo
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<BoundaryInfo> for BoundaryInfo
impl PartialEq<BoundaryInfo> for BoundaryInfo
source§fn eq(&self, other: &BoundaryInfo) -> bool
fn eq(&self, other: &BoundaryInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for BoundaryInfo
impl Serialize for BoundaryInfo
impl StructuralPartialEq for BoundaryInfo
Auto Trait Implementations§
impl RefUnwindSafe for BoundaryInfo
impl Send for BoundaryInfo
impl Sync for BoundaryInfo
impl Unpin for BoundaryInfo
impl UnwindSafe for BoundaryInfo
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