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