pub struct ObjectInfo<'session>(_, pub DebugIgnore<&'session Session>);
Expand description
Tuple Fields§
§1: DebugIgnore<&'session Session>
Implementations§
Source§impl ObjectInfo<'_>
impl ObjectInfo<'_>
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> Freeze for ObjectInfo<'session>
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§
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