#[repr(C)]pub struct ScsDPlacement {
pub position: ScsDVector,
pub orientation: ScsEuler,
pub padding: ScsPadding,
}Fields§
§position: ScsDVector§orientation: ScsEuler§padding: ScsPaddingTrait Implementations§
Source§impl Clone for ScsDPlacement
impl Clone for ScsDPlacement
Source§fn clone(&self) -> ScsDPlacement
fn clone(&self) -> ScsDPlacement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScsDPlacement
Auto Trait Implementations§
impl Freeze for ScsDPlacement
impl RefUnwindSafe for ScsDPlacement
impl Send for ScsDPlacement
impl Sync for ScsDPlacement
impl Unpin for ScsDPlacement
impl UnsafeUnpin for ScsDPlacement
impl UnwindSafe for ScsDPlacement
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