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