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