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