Struct ExSampleBakedWithRotation
pub struct ExSampleBakedWithRotation<'ex> { /* private fields */ }Expand description
Default-param extender for Curve3D::sample_baked_with_rotation_ex.
Implementations§
§impl<'ex> ExSampleBakedWithRotation<'ex>
impl<'ex> ExSampleBakedWithRotation<'ex>
pub fn offset(self, offset: f32) -> ExSampleBakedWithRotation<'ex>
pub fn cubic(self, cubic: bool) -> ExSampleBakedWithRotation<'ex>
pub fn apply_tilt(self, apply_tilt: bool) -> ExSampleBakedWithRotation<'ex>
pub fn done(self) -> Transform3D
Auto Trait Implementations§
impl<'ex> Freeze for ExSampleBakedWithRotation<'ex>
impl<'ex> RefUnwindSafe for ExSampleBakedWithRotation<'ex>
impl<'ex> !Send for ExSampleBakedWithRotation<'ex>
impl<'ex> !Sync for ExSampleBakedWithRotation<'ex>
impl<'ex> Unpin for ExSampleBakedWithRotation<'ex>
impl<'ex> UnwindSafe for ExSampleBakedWithRotation<'ex>
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