#[repr(C)]pub struct OpenSubdiv_v3_7_0_Vtr_Array<TYPE> {
pub _phantom_0: PhantomData<UnsafeCell<TYPE>>,
pub _base: OpenSubdiv_v3_7_0_Vtr_ConstArray<TYPE>,
}Fields§
§_phantom_0: PhantomData<UnsafeCell<TYPE>>§_base: OpenSubdiv_v3_7_0_Vtr_ConstArray<TYPE>Trait Implementations§
Source§impl<TYPE: Clone> Clone for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
impl<TYPE: Clone> Clone for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
Source§fn clone(&self) -> OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
fn clone(&self) -> OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<TYPE: Debug> Debug for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
impl<TYPE: Debug> Debug for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
Source§impl<TYPE: Hash> Hash for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
impl<TYPE: Hash> Hash for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
Source§impl<TYPE: PartialEq> PartialEq for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
impl<TYPE: PartialEq> PartialEq for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
Source§fn eq(&self, other: &OpenSubdiv_v3_7_0_Vtr_Array<TYPE>) -> bool
fn eq(&self, other: &OpenSubdiv_v3_7_0_Vtr_Array<TYPE>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<TYPE: Copy> Copy for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
impl<TYPE: Eq> Eq for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
impl<TYPE> StructuralPartialEq for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
Auto Trait Implementations§
impl<TYPE> Freeze for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
impl<TYPE> !RefUnwindSafe for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
impl<TYPE> !Send for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
impl<TYPE> !Sync for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
impl<TYPE> Unpin for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>where
TYPE: Unpin,
impl<TYPE> UnsafeUnpin for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>
impl<TYPE> UnwindSafe for OpenSubdiv_v3_7_0_Vtr_Array<TYPE>where
TYPE: UnwindSafe + RefUnwindSafe,
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