pub struct UsdStageDescription {
pub root_layer: String,
pub mesh_prims: Vec<UsdPrimPath>,
}Expand description
Host-side USD stage description used before optional bindings land.
Fields§
§root_layer: StringRoot layer identifier.
mesh_prims: Vec<UsdPrimPath>Declared mesh prim paths.
Trait Implementations§
Source§impl Clone for UsdStageDescription
impl Clone for UsdStageDescription
Source§fn clone(&self) -> UsdStageDescription
fn clone(&self) -> UsdStageDescription
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 UsdStageDescription
impl Debug for UsdStageDescription
Source§impl Default for UsdStageDescription
impl Default for UsdStageDescription
Source§fn default() -> UsdStageDescription
fn default() -> UsdStageDescription
Returns the “default value” for a type. Read more
Source§impl PartialEq for UsdStageDescription
impl PartialEq for UsdStageDescription
Source§fn eq(&self, other: &UsdStageDescription) -> bool
fn eq(&self, other: &UsdStageDescription) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UsdStageDescription
Auto Trait Implementations§
impl Freeze for UsdStageDescription
impl RefUnwindSafe for UsdStageDescription
impl Send for UsdStageDescription
impl Sync for UsdStageDescription
impl Unpin for UsdStageDescription
impl UnsafeUnpin for UsdStageDescription
impl UnwindSafe for UsdStageDescription
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