pub struct Motor(/* private fields */);
Implementations§
Source§impl Motor
impl Motor
pub fn log(&self) -> Line
pub fn compose_motors(&self, motor: &Self) -> Self
pub fn compose_translator_rotor(translator: &Translator, rotor: &Rotor) -> Self
pub fn compose_rotor_translator(rotor: &Rotor, translator: &Translator) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Motor
impl RefUnwindSafe for Motor
impl Send for Motor
impl Sync for Motor
impl Unpin for Motor
impl UnwindSafe for Motor
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