Struct cameleon_genapi::CommandNode
source · pub struct CommandNode { /* private fields */ }Implementations
sourceimpl CommandNode
impl CommandNode
pub fn value_elem(&self) -> ImmOrPNode<IntegerId>
pub fn command_value_elem(&self) -> ImmOrPNode<IntegerId>
pub fn polling_time(&self) -> Option<u64>
Trait Implementations
sourceimpl Clone for CommandNode
impl Clone for CommandNode
sourcefn clone(&self) -> CommandNode
fn clone(&self) -> CommandNode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CommandNode
impl Debug for CommandNode
sourceimpl ICommand for CommandNode
impl ICommand for CommandNode
fn execute<T: ValueStore, U: CacheStore>(
&self,
device: &mut impl Device,
store: &impl NodeStore,
cx: &mut ValueCtxt<T, U>
) -> GenApiResult<()>
fn is_done<T: ValueStore, U: CacheStore>(
&self,
device: &mut impl Device,
store: &impl NodeStore,
cx: &mut ValueCtxt<T, U>
) -> GenApiResult<bool>
fn is_writable<T: ValueStore, U: CacheStore>(
&self,
device: &mut impl Device,
store: &impl NodeStore,
cx: &mut ValueCtxt<T, U>
) -> GenApiResult<bool>
Auto Trait Implementations
impl RefUnwindSafe for CommandNode
impl Send for CommandNode
impl Sync for CommandNode
impl Unpin for CommandNode
impl UnwindSafe for CommandNode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more