Struct hapi_rs::attribute::StringAttr
source · [−]pub struct StringAttr(_);
Implementations
sourceimpl StringAttr
impl StringAttr
pub fn new(name: CString, info: AttributeInfo, node: HoudiniNode) -> StringAttr
pub fn get(&self, part_id: i32) -> Result<StringArray>
pub fn set(&self, part_id: i32, values: &[&str]) -> Result<()>
Auto Trait Implementations
impl !RefUnwindSafe for StringAttr
impl Send for StringAttr
impl Sync for StringAttr
impl Unpin for StringAttr
impl !UnwindSafe for StringAttr
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