#[repr(C)]pub struct b3Transform {
pub p: b3Vec3,
pub q: b3Quat,
}Expand description
A rigid transform.
Fields§
§p: b3Vec3§q: b3QuatTrait Implementations§
Source§impl Clone for b3Transform
impl Clone for b3Transform
Source§fn clone(&self) -> b3Transform
fn clone(&self) -> b3Transform
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 b3Transform
Auto Trait Implementations§
impl Freeze for b3Transform
impl RefUnwindSafe for b3Transform
impl Send for b3Transform
impl Sync for b3Transform
impl Unpin for b3Transform
impl UnsafeUnpin for b3Transform
impl UnwindSafe for b3Transform
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