pub struct GET_ROUTE;Trait Implementations§
Source§impl ControlCommand for GET_ROUTE
impl ControlCommand for GET_ROUTE
const IDENTIFIER: ControlCommandIdentifier
type Input = usize
type Output = Route
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 GET_ROUTE
Auto Trait Implementations§
impl Freeze for GET_ROUTE
impl RefUnwindSafe for GET_ROUTE
impl Send for GET_ROUTE
impl Sync for GET_ROUTE
impl Unpin for GET_ROUTE
impl UnwindSafe for GET_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