pub struct ADD_ROUTE;Trait Implementations§
Source§impl ControlCommand for ADD_ROUTE
impl ControlCommand for ADD_ROUTE
const IDENTIFIER: ControlCommandIdentifier
type Input = Route
type Output = ()
fn cast_input(input: &AnyByLayout) -> Result<&Self::Input, Error>
fn cast_output(output: &mut AnyByLayout) -> Result<&mut Self::Output, Error>
fn cast<'i, 'o>( input: &'i AnyByLayout, output: &'o mut AnyByLayout, ) -> Result<(&'i Self::Input, &'o mut Self::Output), Error>
impl Copy for ADD_ROUTE
Auto Trait Implementations§
impl Freeze for ADD_ROUTE
impl RefUnwindSafe for ADD_ROUTE
impl Send for ADD_ROUTE
impl Sync for ADD_ROUTE
impl Unpin for ADD_ROUTE
impl UnwindSafe for ADD_ROUTE
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