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