#[repr(C)]pub struct MeshUtils_EdgePair {
pub e: MeshUtils_Edge,
pub e_sym: MeshUtils_Edge,
}Expand description
Fields§
§e: MeshUtils_Edge§e_sym: MeshUtils_EdgeImplementations§
Source§impl MeshUtils_EdgePair
impl MeshUtils_EdgePair
Sourcepub fn create() -> MeshUtils_EdgePair
pub fn create() -> MeshUtils_EdgePair
Create() overload
Source§impl MeshUtils_EdgePair
impl MeshUtils_EdgePair
pub fn create_method_info() -> &'static MethodInfo
pub fn reset_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for MeshUtils_EdgePair
impl ClassIdentity for MeshUtils_EdgePair
Source§impl Clone for MeshUtils_EdgePair
impl Clone for MeshUtils_EdgePair
Source§fn clone(&self) -> MeshUtils_EdgePair
fn clone(&self) -> MeshUtils_EdgePair
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 MeshUtils_EdgePair
Auto Trait Implementations§
impl Freeze for MeshUtils_EdgePair
impl RefUnwindSafe for MeshUtils_EdgePair
impl !Send for MeshUtils_EdgePair
impl !Sync for MeshUtils_EdgePair
impl Unpin for MeshUtils_EdgePair
impl UnwindSafe for MeshUtils_EdgePair
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)