pub struct RepositionedTessellatedItem {
pub name: String,
pub location: Axis2Placement3dRef,
}Fields§
§name: String§location: Axis2Placement3dRefTrait Implementations§
Source§impl Clone for RepositionedTessellatedItem
impl Clone for RepositionedTessellatedItem
Source§fn clone(&self) -> RepositionedTessellatedItem
fn clone(&self) -> RepositionedTessellatedItem
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 Debug for RepositionedTessellatedItem
impl Debug for RepositionedTessellatedItem
Source§impl PartialEq for RepositionedTessellatedItem
impl PartialEq for RepositionedTessellatedItem
Source§fn eq(&self, other: &RepositionedTessellatedItem) -> bool
fn eq(&self, other: &RepositionedTessellatedItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RepositionedTessellatedItem
Auto Trait Implementations§
impl Freeze for RepositionedTessellatedItem
impl RefUnwindSafe for RepositionedTessellatedItem
impl Send for RepositionedTessellatedItem
impl Sync for RepositionedTessellatedItem
impl Unpin for RepositionedTessellatedItem
impl UnsafeUnpin for RepositionedTessellatedItem
impl UnwindSafe for RepositionedTessellatedItem
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