Struct fress::inst::guide::Guide [−][src]
pub struct Guide {
pub hash: u32,
pub point: Point,
pub prism: AnchoredLine,
}
Fields
hash: u32
point: Point
prism: AnchoredLine
Implementations
pub fn hydrate_chunks(
prism: AnchoredLine,
hash: u32,
nano: u32,
date: u32,
time: u32
) -> Guide
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Guide
impl UnwindSafe for Guide
Blanket Implementations
Mutably borrows from an owned value. Read more