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