pub enum PlyWriteFormat {
Ascii,
BinaryLittleEndian,
}Expand description
Output encoding for PLY writers.
Variants§
Trait Implementations§
Source§impl Clone for PlyWriteFormat
impl Clone for PlyWriteFormat
Source§fn clone(&self) -> PlyWriteFormat
fn clone(&self) -> PlyWriteFormat
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 PlyWriteFormat
impl Debug for PlyWriteFormat
Source§impl Default for PlyWriteFormat
impl Default for PlyWriteFormat
Source§fn default() -> PlyWriteFormat
fn default() -> PlyWriteFormat
Returns the “default value” for a type. Read more
Source§impl PartialEq for PlyWriteFormat
impl PartialEq for PlyWriteFormat
impl Copy for PlyWriteFormat
impl Eq for PlyWriteFormat
impl StructuralPartialEq for PlyWriteFormat
Auto Trait Implementations§
impl Freeze for PlyWriteFormat
impl RefUnwindSafe for PlyWriteFormat
impl Send for PlyWriteFormat
impl Sync for PlyWriteFormat
impl Unpin for PlyWriteFormat
impl UnsafeUnpin for PlyWriteFormat
impl UnwindSafe for PlyWriteFormat
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