#[repr(C)]pub struct OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray {
pub desc: OpenSubdiv_v3_7_0_Far_PatchDescriptor,
pub numPatches: c_int,
pub vertIndex: OpenSubdiv_v3_7_0_Far_Index,
pub patchIndex: OpenSubdiv_v3_7_0_Far_Index,
pub quadOffsetIndex: OpenSubdiv_v3_7_0_Far_Index,
}Fields§
§desc: OpenSubdiv_v3_7_0_Far_PatchDescriptor§numPatches: c_int§vertIndex: OpenSubdiv_v3_7_0_Far_Index§patchIndex: OpenSubdiv_v3_7_0_Far_Index§quadOffsetIndex: OpenSubdiv_v3_7_0_Far_IndexImplementations§
Trait Implementations§
Source§impl Clone for OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray
impl Clone for OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray
Source§fn clone(&self) -> OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray
fn clone(&self) -> OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray
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 PartialEq for OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray
impl PartialEq for OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray
Source§fn eq(&self, other: &OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray) -> bool
fn eq(&self, other: &OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray
impl Eq for OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray
impl StructuralPartialEq for OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray
Auto Trait Implementations§
impl Freeze for OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray
impl RefUnwindSafe for OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray
impl Send for OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray
impl Sync for OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray
impl Unpin for OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray
impl UnsafeUnpin for OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray
impl UnwindSafe for OpenSubdiv_v3_7_0_Far_PatchTable_PatchArray
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