#[repr(C)]pub struct BuiltCommand<NextBuilt> {
car: shell_command_t,
cdr: NextBuilt,
}
Available on
riot_module_shell
only.Expand description
Internal helper that is used to create the linear riot_sys::shell_command_t
structure that a
command list needs to pass to RIOT
(Exposed publicly as the CommandList::and
trait method can not return an impl CommandList
yet)
Fields§
§car: shell_command_t
§cdr: NextBuilt
Auto Trait Implementations§
impl<NextBuilt> Freeze for BuiltCommand<NextBuilt>where
NextBuilt: Freeze,
impl<NextBuilt> RefUnwindSafe for BuiltCommand<NextBuilt>where
NextBuilt: RefUnwindSafe,
impl<NextBuilt> !Send for BuiltCommand<NextBuilt>
impl<NextBuilt> !Sync for BuiltCommand<NextBuilt>
impl<NextBuilt> Unpin for BuiltCommand<NextBuilt>where
NextBuilt: Unpin,
impl<NextBuilt> UnwindSafe for BuiltCommand<NextBuilt>where
NextBuilt: UnwindSafe,
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
Source§impl<T> IntoSwitch for T
impl<T> IntoSwitch for T
Source§fn into_switch<ActiveLevel>(self) -> Switch<T, ActiveLevel>
fn into_switch<ActiveLevel>(self) -> Switch<T, ActiveLevel>
Source§fn into_active_high_switch(self) -> Switch<Self, ActiveHigh>where
Self: Sized,
fn into_active_high_switch(self) -> Switch<Self, ActiveHigh>where
Self: Sized,
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.