Struct storage_proofs_post::fallback::SetupParams [−][src]
pub struct SetupParams {
pub sector_size: u64,
pub challenge_count: usize,
pub sector_count: usize,
pub api_version: ApiVersion,
}Fields
sector_size: u64Size of the sector in bytes.
challenge_count: usizeNumber of challenges per sector.
sector_count: usizeNumber of challenged sectors.
api_version: ApiVersionTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SetupParamsimpl Send for SetupParamsimpl Sync for SetupParamsimpl Unpin for SetupParamsimpl UnwindSafe for SetupParamsBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V