Struct hapi_rs::parameter::ParmHandle
source · pub struct ParmHandle(pub c_int);
Expand description
An internal handle to a parameter
Tuple Fields§
§0: c_int
Implementations§
source§impl ParmHandle
impl ParmHandle
sourcepub fn from_name(name: &str, node: &HoudiniNode) -> Result<Self>
pub fn from_name(name: &str, node: &HoudiniNode) -> Result<Self>
Find a parameter handle by name
sourcepub fn info(&self, node: &HoudiniNode) -> Result<ParmInfo>
pub fn info(&self, node: &HoudiniNode) -> Result<ParmInfo>
Retrieve parameter information from of the handle
Trait Implementations§
source§impl Clone for ParmHandle
impl Clone for ParmHandle
source§fn clone(&self) -> ParmHandle
fn clone(&self) -> ParmHandle
Returns a copy 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 ParmHandle
impl Debug for ParmHandle
source§impl PartialEq<ParmHandle> for ParmHandle
impl PartialEq<ParmHandle> for ParmHandle
source§fn eq(&self, other: &ParmHandle) -> bool
fn eq(&self, other: &ParmHandle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.