pub struct SchemaBase<'a>(/* private fields */);Expand description
The base class for all schema types in Usd.
Schema objects hold a usd::Prim internally and provide a
layer of specific named API atop the underlying scene graph.
Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for SchemaBase<'a>
impl<'a> !Send for SchemaBase<'a>
impl<'a> !Sync for SchemaBase<'a>
impl<'a> !UnwindSafe for SchemaBase<'a>
impl<'a> Freeze for SchemaBase<'a>
impl<'a> Unpin for SchemaBase<'a>
impl<'a> UnsafeUnpin for SchemaBase<'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