Struct usd::pxr::sdf::LayerHandleVector
source · #[repr(C)]pub struct LayerHandleVector { /* private fields */ }
Expand description
A contiguous block of LayerHandle s.
Implementations§
Trait Implementations§
source§impl Clone for LayerHandleVector
impl Clone for LayerHandleVector
source§impl Default for LayerHandleVector
impl Default for LayerHandleVector
Auto Trait Implementations§
impl RefUnwindSafe for LayerHandleVector
impl Send for LayerHandleVector
impl Sync for LayerHandleVector
impl Unpin for LayerHandleVector
impl UnwindSafe for LayerHandleVector
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