pub struct Rig<const N: usize, S: Field>{
pub trans: Vect<N, S>,
pub rot: Rot<N, S>,
}Fields§
§trans: Vect<N, S>§rot: Rot<N, S>Implementations§
Trait Implementations§
impl<const N: usize, S: Copy + Field> Copy for Rig<N, S>
Auto Trait Implementations§
impl<const N: usize, S> !Freeze for Rig<N, S>
impl<const N: usize, S> !RefUnwindSafe for Rig<N, S>
impl<const N: usize, S> !Send for Rig<N, S>
impl<const N: usize, S> !Sync for Rig<N, S>
impl<const N: usize, S> !Unpin for Rig<N, S>
impl<const N: usize, S> !UnwindSafe for Rig<N, S>
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