pub struct UsdProperty {
pub name: String,
pub kind: String,
pub value: String,
}Fields§
§name: String§kind: String§value: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for UsdProperty
impl RefUnwindSafe for UsdProperty
impl Send for UsdProperty
impl Sync for UsdProperty
impl Unpin for UsdProperty
impl UnwindSafe for UsdProperty
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