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