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