Struct hapi_rs::node::ObjectInfo
source · [−]pub struct ObjectInfo<'session> {
pub session: &'session Session,
/* private fields */
}
Expand description
Fields
session: &'session Session
Implementations
sourceimpl<'s> ObjectInfo<'s>
impl<'s> ObjectInfo<'s>
pub fn name(&self) -> Result<String>
pub fn object_instance_path(&self) -> Result<String>
pub fn has_transform_changed(&self) -> bool
pub fn have_geos_changed(&self) -> bool
pub fn is_visible(&self) -> bool
pub fn is_instancer(&self) -> bool
pub fn is_instanced(&self) -> bool
pub fn geo_count(&self) -> bool
pub fn node_id(&self) -> NodeHandle
pub fn object_to_instance_id(&self) -> NodeHandle
pub fn to_node(&self) -> Result<HoudiniNode>
Trait Implementations
Auto Trait Implementations
impl<'session> !RefUnwindSafe for ObjectInfo<'session>
impl<'session> Send for ObjectInfo<'session>
impl<'session> Sync for ObjectInfo<'session>
impl<'session> Unpin for ObjectInfo<'session>
impl<'session> !UnwindSafe for ObjectInfo<'session>
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