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