Struct off_rs::document::OffDocument
source · [−]Fields
vertices: Vec<Vertex>faces: Vec<Face>Implementations
Trait Implementations
Returns the “default value” for a type. Read more
type Err = DocumentError
type Err = DocumentError
The associated error which can be returned from parsing.
Parses a string s to return a value of this type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for OffDocument
impl Send for OffDocument
impl Sync for OffDocument
impl Unpin for OffDocument
impl UnwindSafe for OffDocument
Blanket Implementations
Mutably borrows from an owned value. Read more