pub enum U<'a> {
MountSP(&'a mut [f64; 3]),
MountFB(&'a mut [f64; 14]),
}
Expand description
Controller inputs U
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for U<'a>
impl<'a> RefUnwindSafe for U<'a>
impl<'a> Send for U<'a>
impl<'a> Sync for U<'a>
impl<'a> Unpin for U<'a>
impl<'a> !UnwindSafe for U<'a>
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