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