pub struct NodeInfo { /* private fields */ }
Expand description
Implementations
sourceimpl NodeInfo
impl NodeInfo
pub fn name(&self, session: &Session) -> Result<String>
pub fn internal_path(&self, session: &Session) -> Result<String>
pub fn node_type(&self) -> NodeType
pub fn is_valid(&self) -> bool
pub fn unique_node_id(&self) -> i32
pub fn total_cook_count(&self) -> i32
pub fn child_node_count(&self) -> i32
pub fn parm_count(&self) -> i32
pub fn input_count(&self) -> i32
pub fn output_count(&self) -> i32
pub fn is_time_dependent(&self) -> bool
pub fn created_post_asset_load(&self) -> bool
pub fn parm_int_value_count(&self) -> i32
pub fn parm_float_value_count(&self) -> i32
pub fn parm_string_value_count(&self) -> i32
pub fn parm_choice_count(&self) -> i32
pub fn node_handle(&self) -> NodeHandle
pub fn parent_id(&self) -> NodeHandle
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NodeInfo
impl Send for NodeInfo
impl Sync for NodeInfo
impl Unpin for NodeInfo
impl UnwindSafe for NodeInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more