Struct usd::pxr::vt::ArrayAsset
source · #[repr(C)]pub struct ArrayAsset { /* private fields */ }
Trait Implementations§
source§impl AsRef<ArrayAsset> for Value
impl AsRef<ArrayAsset> for Value
source§fn as_ref(&self) -> &ArrayAsset
fn as_ref(&self) -> &ArrayAsset
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for ArrayAsset
impl Clone for ArrayAsset
source§impl Default for ArrayAsset
impl Default for ArrayAsset
source§impl Drop for ArrayAsset
impl Drop for ArrayAsset
source§impl From<&ArrayAsset> for Value
impl From<&ArrayAsset> for Value
source§fn from(other: &ArrayAsset) -> Self
fn from(other: &ArrayAsset) -> Self
Converts to this type from the input type.
source§impl Index<usize> for ArrayAsset
impl Index<usize> for ArrayAsset
source§impl IndexMut<usize> for ArrayAsset
impl IndexMut<usize> for ArrayAsset
Auto Trait Implementations§
impl RefUnwindSafe for ArrayAsset
impl Send for ArrayAsset
impl Sync for ArrayAsset
impl Unpin for ArrayAsset
impl UnwindSafe for ArrayAsset
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