pub enum PlyFormat {
Ascii,
BinaryLittleEndian,
}Expand description
PLY payload encoding.
Variants§
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