pub struct PropPlacement<'a> {
pub model: &'a str,
pub rotation: Quaternion<f32>,
pub scale: f32,
pub origin: Vector,
pub skin: i32,
}Fields§
§model: &'a str§rotation: Quaternion<f32>§scale: f32§origin: Vector§skin: i32Trait Implementations§
Source§impl<'a> Clone for PropPlacement<'a>
impl<'a> Clone for PropPlacement<'a>
Source§fn clone(&self) -> PropPlacement<'a>
fn clone(&self) -> PropPlacement<'a>
Returns a duplicate 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 moreAuto Trait Implementations§
impl<'a> Freeze for PropPlacement<'a>
impl<'a> RefUnwindSafe for PropPlacement<'a>
impl<'a> Send for PropPlacement<'a>
impl<'a> Sync for PropPlacement<'a>
impl<'a> Unpin for PropPlacement<'a>
impl<'a> UnwindSafe for PropPlacement<'a>
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