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