pub struct UsdPrimPath(pub String);Expand description
Hierarchical USD prim path.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for UsdPrimPath
impl Clone for UsdPrimPath
Source§fn clone(&self) -> UsdPrimPath
fn clone(&self) -> UsdPrimPath
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UsdPrimPath
impl Debug for UsdPrimPath
Source§impl Hash for UsdPrimPath
impl Hash for UsdPrimPath
Source§impl PartialEq for UsdPrimPath
impl PartialEq for UsdPrimPath
Source§fn eq(&self, other: &UsdPrimPath) -> bool
fn eq(&self, other: &UsdPrimPath) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UsdPrimPath
impl StructuralPartialEq for UsdPrimPath
Auto Trait Implementations§
impl Freeze for UsdPrimPath
impl RefUnwindSafe for UsdPrimPath
impl Send for UsdPrimPath
impl Sync for UsdPrimPath
impl Unpin for UsdPrimPath
impl UnsafeUnpin for UsdPrimPath
impl UnwindSafe for UsdPrimPath
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