Struct hapi_rs::node::ManagerNode
source · pub struct ManagerNode {
pub session: Session,
pub handle: NodeHandle,
pub node_type: NodeType,
}
Expand description
Represents a manager node (OBJ, SOP, etc)
Fields
session: Session
handle: NodeHandle
node_type: NodeType
Implementations
sourceimpl ManagerNode
impl ManagerNode
sourcepub fn find_network_nodes(&self, types: NodeType) -> Result<Vec<HoudiniNode>>
pub fn find_network_nodes(&self, types: NodeType) -> Result<Vec<HoudiniNode>>
Find network nodes of given type.
Trait Implementations
sourceimpl Clone for ManagerNode
impl Clone for ManagerNode
sourcefn clone(&self) -> ManagerNode
fn clone(&self) -> ManagerNode
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 moreAuto Trait Implementations
impl !RefUnwindSafe for ManagerNode
impl Send for ManagerNode
impl Sync for ManagerNode
impl Unpin for ManagerNode
impl !UnwindSafe for ManagerNode
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