Struct usd::pxr::sdf::PathVectorRef
source · #[repr(C, align(8))]pub struct PathVectorRef { /* private fields */ }
Expand description
This is a reference to the underlying SdfPathVector
Implementations§
Trait Implementations§
source§impl AsMut<PathVectorRef> for PathVector
impl AsMut<PathVectorRef> for PathVector
source§fn as_mut(&mut self) -> &mut PathVectorRef
fn as_mut(&mut self) -> &mut PathVectorRef
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsRef<PathVectorRef> for PathVector
impl AsRef<PathVectorRef> for PathVector
source§fn as_ref(&self) -> &PathVectorRef
fn as_ref(&self) -> &PathVectorRef
Converts this type into a shared reference of the (usually inferred) input type.
Auto Trait Implementations§
impl RefUnwindSafe for PathVectorRef
impl Send for PathVectorRef
impl Sync for PathVectorRef
impl Unpin for PathVectorRef
impl UnwindSafe for PathVectorRef
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