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