pub enum DpiProperty {
Context,
Pure,
}Expand description
A DPI function/task property.
Variants§
Trait Implementations§
Source§impl<'a> AcceptVisitor<'a> for DpiProperty
impl<'a> AcceptVisitor<'a> for DpiProperty
Source§impl Clone for DpiProperty
impl Clone for DpiProperty
Source§fn clone(&self) -> DpiProperty
fn clone(&self) -> DpiProperty
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 Debug for DpiProperty
impl Debug for DpiProperty
Source§impl<'a> ForEachChild<'a> for DpiProperty
impl<'a> ForEachChild<'a> for DpiProperty
Source§fn for_each_child(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
fn for_each_child(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
Apply a function to each child node.
Source§impl<'a> ForEachNode<'a> for DpiProperty
impl<'a> ForEachNode<'a> for DpiProperty
Source§fn for_each_node(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
fn for_each_node(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
Apply a function to this node.
Source§impl PartialEq for DpiProperty
impl PartialEq for DpiProperty
Source§impl<'a> WalkVisitor<'a> for DpiProperty
impl<'a> WalkVisitor<'a> for DpiProperty
impl Eq for DpiProperty
impl StructuralPartialEq for DpiProperty
Auto Trait Implementations§
impl Freeze for DpiProperty
impl RefUnwindSafe for DpiProperty
impl Send for DpiProperty
impl Sync for DpiProperty
impl Unpin for DpiProperty
impl UnwindSafe for DpiProperty
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