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