Struct fress::uuid::guide::Guide [−][src]
pub struct Guide {
pub hash: u32,
pub top: u64,
pub bot: u64,
pub prism: AnchoredLine,
}Fields
hash: u32top: u64bot: u64prism: AnchoredLineImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Guide
impl UnwindSafe for Guide
Blanket Implementations
Mutably borrows from an owned value. Read more