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