#[repr(C)]pub struct DynamicMesh_Scope {
pub m_mesh: DynamicMesh,
}Expand description
Fields§
§m_mesh: DynamicMeshImplementations§
Source§impl DynamicMesh_Scope
impl DynamicMesh_Scope
Sourcepub fn ctor(
&mut self,
mesh: impl Into<DynamicMesh>,
mode: impl Into<DynamicMesh_Mode>,
sub_mesh_index: impl Into<i32>,
)
pub fn ctor( &mut self, mesh: impl Into<DynamicMesh>, mode: impl Into<DynamicMesh_Mode>, sub_mesh_index: impl Into<i32>, )
.ctor(crate::app::dynamicmesh::DynamicMesh, crate::app::dynamicmesh::DynamicMesh_Mode, i32) overload
Source§impl DynamicMesh_Scope
impl DynamicMesh_Scope
pub fn ctor_method_info() -> &'static MethodInfo
pub fn dispose_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for DynamicMesh_Scope
impl ClassIdentity for DynamicMesh_Scope
Source§impl Clone for DynamicMesh_Scope
impl Clone for DynamicMesh_Scope
Source§fn clone(&self) -> DynamicMesh_Scope
fn clone(&self) -> DynamicMesh_Scope
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DynamicMesh_Scope
Auto Trait Implementations§
impl Freeze for DynamicMesh_Scope
impl RefUnwindSafe for DynamicMesh_Scope
impl !Send for DynamicMesh_Scope
impl !Sync for DynamicMesh_Scope
impl Unpin for DynamicMesh_Scope
impl UnwindSafe for DynamicMesh_Scope
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)