pub enum RotationStateRecord {
Angle(<Tensor<3> as Module>::Record),
Quaternion(<Tensor<4> as Module>::Record),
}Expand description
The record type for the module.
Variants§
Angle(<Tensor<3> as Module>::Record)
The module record associative type.
Quaternion(<Tensor<4> as Module>::Record)
The module record associative type.
Trait Implementations§
Source§impl Record for RotationStateRecord
impl Record for RotationStateRecord
Auto Trait Implementations§
impl Freeze for RotationStateRecord
impl RefUnwindSafe for RotationStateRecord
impl Send for RotationStateRecord
impl Sync for RotationStateRecord
impl Unpin for RotationStateRecord
impl UnsafeUnpin for RotationStateRecord
impl UnwindSafe for RotationStateRecord
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