pub enum PlyFormat {
Ascii,
BinaryLittleEndian,
BinaryBigEndian,
}Expand description
PLY storage format.
Variants§
Ascii
Text PLY format.
BinaryLittleEndian
Binary little-endian PLY format.
BinaryBigEndian
Binary big-endian PLY format.
Implementations§
Trait Implementations§
impl Copy for PlyFormat
impl Eq for PlyFormat
impl StructuralPartialEq for PlyFormat
Auto Trait Implementations§
impl Freeze for PlyFormat
impl RefUnwindSafe for PlyFormat
impl Send for PlyFormat
impl Sync for PlyFormat
impl Unpin for PlyFormat
impl UnsafeUnpin for PlyFormat
impl UnwindSafe for PlyFormat
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