Searched defs:GetV1SectionResult (Results 1 – 4 of 4) sorted by relevance
63 pub fn get_section(&self, legible_section_index: u8) -> GetV1SectionResult { in get_section()111 ) -> GetV1SectionResult { in get_section()191 pub fn get_section(&self, legible_section_index: u8) -> GetV1SectionResult { in get_section()234 pub enum GetV1SectionResult { enum239 impl FfiEnum for GetV1SectionResult { implementation249 impl GetV1SectionResult { impl
45 ) -> GetV1SectionResult { in np_ffi_DeserializedV1Advertisement_get_section()52 result: GetV1SectionResult, in np_ffi_GetV1SectionResult_kind()61 result: GetV1SectionResult, in np_ffi_GetV1SectionResult_into_SUCCESS()
744 struct GetV1SectionResult { struct745 enum class Tag {750 struct Success_Body {754 Tag tag;755 union {
97 let GetV1SectionResult::Success(section) = legible_sections.get_section(index) else { in nativeGetSection() localVariable