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