Struct physis::model::NewShapeValue
source · #[repr(C)]pub struct NewShapeValue {
pub base_index: u32,
pub replacing_vertex: Vertex,
}
Fields§
§base_index: u32
§replacing_vertex: Vertex
Trait Implementations§
source§impl Clone for NewShapeValue
impl Clone for NewShapeValue
source§fn clone(&self) -> NewShapeValue
fn clone(&self) -> NewShapeValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for NewShapeValue
Auto Trait Implementations§
impl Freeze for NewShapeValue
impl RefUnwindSafe for NewShapeValue
impl Send for NewShapeValue
impl Sync for NewShapeValue
impl Unpin for NewShapeValue
impl UnwindSafe for NewShapeValue
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)