#[repr(C)]pub struct Mesh_MeshData {
pub m_ptr: IntPtr,
}Expand description
Fields§
§m_ptr: IntPtrTrait Implementations§
Source§impl ClassIdentity for Mesh_MeshData
impl ClassIdentity for Mesh_MeshData
Source§impl Clone for Mesh_MeshData
impl Clone for Mesh_MeshData
Source§fn clone(&self) -> Mesh_MeshData
fn clone(&self) -> Mesh_MeshData
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 Mesh_MeshData
Auto Trait Implementations§
impl Freeze for Mesh_MeshData
impl RefUnwindSafe for Mesh_MeshData
impl Send for Mesh_MeshData
impl Sync for Mesh_MeshData
impl Unpin for Mesh_MeshData
impl UnwindSafe for Mesh_MeshData
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)