pub struct GET_ROUTE_COUNT;Trait Implementations§
Source§impl Clone for GET_ROUTE_COUNT
impl Clone for GET_ROUTE_COUNT
Source§fn clone(&self) -> GET_ROUTE_COUNT
fn clone(&self) -> GET_ROUTE_COUNT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ControlCommand for GET_ROUTE_COUNT
impl ControlCommand for GET_ROUTE_COUNT
const IDENTIFIER: ControlCommandIdentifier
type Input = ()
type Output = usize
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>
Source§impl Debug for GET_ROUTE_COUNT
impl Debug for GET_ROUTE_COUNT
impl Copy for GET_ROUTE_COUNT
Auto Trait Implementations§
impl Freeze for GET_ROUTE_COUNT
impl RefUnwindSafe for GET_ROUTE_COUNT
impl Send for GET_ROUTE_COUNT
impl Sync for GET_ROUTE_COUNT
impl Unpin for GET_ROUTE_COUNT
impl UnwindSafe for GET_ROUTE_COUNT
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