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