pub struct RestPoseTrackOptions {
pub translation: bool,
pub rotation: bool,
pub scale: bool,
}Expand description
Selects which absent local-transform channels complete_rest_pose_tracks
creates.
Fields§
§translation: boolComplete absent translation channels.
rotation: boolComplete absent rotation channels.
scale: boolComplete absent scale channels.
Implementations§
Trait Implementations§
Source§impl Clone for RestPoseTrackOptions
impl Clone for RestPoseTrackOptions
Source§fn clone(&self) -> RestPoseTrackOptions
fn clone(&self) -> RestPoseTrackOptions
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 RestPoseTrackOptions
Source§impl Debug for RestPoseTrackOptions
impl Debug for RestPoseTrackOptions
Source§impl Default for RestPoseTrackOptions
impl Default for RestPoseTrackOptions
Source§fn default() -> RestPoseTrackOptions
fn default() -> RestPoseTrackOptions
Returns the “default value” for a type. Read more
impl Eq for RestPoseTrackOptions
Source§impl PartialEq for RestPoseTrackOptions
impl PartialEq for RestPoseTrackOptions
impl StructuralPartialEq for RestPoseTrackOptions
Auto Trait Implementations§
impl Freeze for RestPoseTrackOptions
impl RefUnwindSafe for RestPoseTrackOptions
impl Send for RestPoseTrackOptions
impl Sync for RestPoseTrackOptions
impl Unpin for RestPoseTrackOptions
impl UnsafeUnpin for RestPoseTrackOptions
impl UnwindSafe for RestPoseTrackOptions
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