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