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