pub struct RotateBatch { /* private fields */ }Expand description
Per-frame rotation of a batch tensor.
Implementations§
Source§impl RotateBatch
impl RotateBatch
Trait Implementations§
Auto Trait Implementations§
impl !Send for RotateBatch
impl !Sync for RotateBatch
impl Freeze for RotateBatch
impl RefUnwindSafe for RotateBatch
impl Unpin for RotateBatch
impl UnsafeUnpin for RotateBatch
impl UnwindSafe for RotateBatch
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