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