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