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