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