pub struct NodeInfo(/* private fields */);
Expand description
Implementations§
Source§impl NodeInfo
impl NodeInfo
pub fn name(&self) -> Result<String>
pub fn internal_path(&self) -> 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 Freeze for NodeInfo
impl !RefUnwindSafe for NodeInfo
impl Send for NodeInfo
impl Sync for NodeInfo
impl Unpin for NodeInfo
impl !UnwindSafe for NodeInfo
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