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