Struct usd::pxr::sdf::AssetPathDescriptor
source · pub struct AssetPathDescriptor<'a> {
pub path: &'a str,
pub resolved_path: Option<&'a str>,
}
Fields§
§path: &'a str
The path to hold
resolved_path: Option<&'a str>
The resolved path, this is optional
Auto Trait Implementations§
impl<'a> RefUnwindSafe for AssetPathDescriptor<'a>
impl<'a> Send for AssetPathDescriptor<'a>
impl<'a> Sync for AssetPathDescriptor<'a>
impl<'a> Unpin for AssetPathDescriptor<'a>
impl<'a> UnwindSafe for AssetPathDescriptor<'a>
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