pub struct PlyProperty {
pub name: String,
pub kind: PlyPropertyKind,
}Expand description
One vertex property in a PLY header.
Fields§
§name: StringProperty name.
kind: PlyPropertyKindScalar type.
Implementations§
Trait Implementations§
Source§impl Clone for PlyProperty
impl Clone for PlyProperty
Source§fn clone(&self) -> PlyProperty
fn clone(&self) -> PlyProperty
Returns a duplicate 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 moreSource§impl Debug for PlyProperty
impl Debug for PlyProperty
Source§impl PartialEq for PlyProperty
impl PartialEq for PlyProperty
impl Eq for PlyProperty
impl StructuralPartialEq for PlyProperty
Auto Trait Implementations§
impl Freeze for PlyProperty
impl RefUnwindSafe for PlyProperty
impl Send for PlyProperty
impl Sync for PlyProperty
impl Unpin for PlyProperty
impl UnsafeUnpin for PlyProperty
impl UnwindSafe for PlyProperty
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