pub struct GET_KIND;Trait Implementations§
Source§impl ControlCommand for GET_KIND
impl ControlCommand for GET_KIND
const IDENTIFIER: ControlCommandIdentifier
type Input = ()
type Output = InterfaceKind
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_KIND
Auto Trait Implementations§
impl Freeze for GET_KIND
impl RefUnwindSafe for GET_KIND
impl Send for GET_KIND
impl Sync for GET_KIND
impl Unpin for GET_KIND
impl UnwindSafe for GET_KIND
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