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