[{"data":1,"prerenderedAt":903},["ShallowReactive",2],{"cI8G8G0pyC":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":902,"_id":4},"VkVideoCapabilitiesKHR","Structure describing general video capabilities for a video profile","VK_KHR_video_queue","structs",[],{"type":10,"children":11,"toc":900},"root",[12,28,526,715,752,894],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17,20,26],{"type":18,"value":19},"text","The ",{"type":13,"tag":21,"props":22,"children":24},"code",{"className":23},[],[25],{"type":18,"value":4},{"type":18,"value":27}," structure is defined as:",{"type":13,"tag":29,"props":30,"children":31},"code-group",{},[32,189],{"type":13,"tag":33,"props":34,"children":40},"pre",{"className":35,"code":36,"filename":37,"language":38,"meta":39,"style":39},"language-c shiki shiki-themes github-light-default github-dark-default","typedef struct VkVideoCapabilitiesKHR {\n VkStructureType sType;\n void* pNext;\n VkVideoCapabilityFlagsKHR flags;\n VkDeviceSize minBitstreamBufferOffsetAlignment;\n VkDeviceSize minBitstreamBufferSizeAlignment;\n VkExtent2D pictureAccessGranularity;\n VkExtent2D minCodedExtent;\n VkExtent2D maxCodedExtent;\n uint32_t maxDpbSlots;\n uint32_t maxActiveReferencePictures;\n VkExtensionProperties stdHeaderVersion;\n} VkVideoCapabilitiesKHR;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,90,99,108,117,126,135,144,158,171,180],{"type":13,"tag":45,"props":46,"children":49},"span",{"class":47,"line":48},"line",1,[50,56,61],{"type":13,"tag":45,"props":51,"children":53},{"style":52},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[54],{"type":18,"value":55},"typedef",{"type":13,"tag":45,"props":57,"children":58},{"style":52},[59],{"type":18,"value":60}," struct",{"type":13,"tag":45,"props":62,"children":64},{"style":63},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[65],{"type":18,"value":66}," VkVideoCapabilitiesKHR {\n",{"type":13,"tag":45,"props":68,"children":70},{"class":47,"line":69},2,[71],{"type":13,"tag":45,"props":72,"children":73},{"style":63},[74],{"type":18,"value":75}," VkStructureType sType;\n",{"type":13,"tag":45,"props":77,"children":79},{"class":47,"line":78},3,[80,85],{"type":13,"tag":45,"props":81,"children":82},{"style":52},[83],{"type":18,"value":84}," void*",{"type":13,"tag":45,"props":86,"children":87},{"style":63},[88],{"type":18,"value":89}," pNext;\n",{"type":13,"tag":45,"props":91,"children":93},{"class":47,"line":92},4,[94],{"type":13,"tag":45,"props":95,"children":96},{"style":63},[97],{"type":18,"value":98}," VkVideoCapabilityFlagsKHR flags;\n",{"type":13,"tag":45,"props":100,"children":102},{"class":47,"line":101},5,[103],{"type":13,"tag":45,"props":104,"children":105},{"style":63},[106],{"type":18,"value":107}," VkDeviceSize minBitstreamBufferOffsetAlignment;\n",{"type":13,"tag":45,"props":109,"children":111},{"class":47,"line":110},6,[112],{"type":13,"tag":45,"props":113,"children":114},{"style":63},[115],{"type":18,"value":116}," VkDeviceSize minBitstreamBufferSizeAlignment;\n",{"type":13,"tag":45,"props":118,"children":120},{"class":47,"line":119},7,[121],{"type":13,"tag":45,"props":122,"children":123},{"style":63},[124],{"type":18,"value":125}," VkExtent2D pictureAccessGranularity;\n",{"type":13,"tag":45,"props":127,"children":129},{"class":47,"line":128},8,[130],{"type":13,"tag":45,"props":131,"children":132},{"style":63},[133],{"type":18,"value":134}," VkExtent2D minCodedExtent;\n",{"type":13,"tag":45,"props":136,"children":138},{"class":47,"line":137},9,[139],{"type":13,"tag":45,"props":140,"children":141},{"style":63},[142],{"type":18,"value":143}," VkExtent2D maxCodedExtent;\n",{"type":13,"tag":45,"props":145,"children":147},{"class":47,"line":146},10,[148,153],{"type":13,"tag":45,"props":149,"children":150},{"style":52},[151],{"type":18,"value":152}," uint32_t",{"type":13,"tag":45,"props":154,"children":155},{"style":63},[156],{"type":18,"value":157}," maxDpbSlots;\n",{"type":13,"tag":45,"props":159,"children":161},{"class":47,"line":160},11,[162,166],{"type":13,"tag":45,"props":163,"children":164},{"style":52},[165],{"type":18,"value":152},{"type":13,"tag":45,"props":167,"children":168},{"style":63},[169],{"type":18,"value":170}," maxActiveReferencePictures;\n",{"type":13,"tag":45,"props":172,"children":174},{"class":47,"line":173},12,[175],{"type":13,"tag":45,"props":176,"children":177},{"style":63},[178],{"type":18,"value":179}," VkExtensionProperties stdHeaderVersion;\n",{"type":13,"tag":45,"props":181,"children":183},{"class":47,"line":182},13,[184],{"type":13,"tag":45,"props":185,"children":186},{"style":63},[187],{"type":18,"value":188},"} VkVideoCapabilitiesKHR;\n",{"type":13,"tag":33,"props":190,"children":195},{"className":191,"code":192,"filename":193,"language":194,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct VideoCapabilitiesKHR {\n s_type: vk::StructureType,\n p_next: *mut c_void,\n flags: vk::VideoCapabilityFlagsKHR,\n min_bitstream_buffer_offset_alignment: vk::DeviceSize,\n min_bitstream_buffer_size_alignment: vk::DeviceSize,\n picture_access_granularity: vk::Extent2D,\n min_coded_extent: vk::Extent2D,\n max_coded_extent: vk::Extent2D,\n max_dpb_slots: u32,\n max_active_reference_pictures: u32,\n std_header_version: vk::ExtensionProperties,\n}\n","Rust","rs",[196],{"type":13,"tag":21,"props":197,"children":198},{"__ignoreMap":39},[199,222,255,277,306,335,363,392,420,448,469,489,518],{"type":13,"tag":45,"props":200,"children":201},{"class":47,"line":48},[202,207,211,217],{"type":13,"tag":45,"props":203,"children":204},{"style":52},[205],{"type":18,"value":206},"pub",{"type":13,"tag":45,"props":208,"children":209},{"style":52},[210],{"type":18,"value":60},{"type":13,"tag":45,"props":212,"children":214},{"style":213},"--shiki-default:#953800;--shiki-dark:#FFA657",[215],{"type":18,"value":216}," VideoCapabilitiesKHR",{"type":13,"tag":45,"props":218,"children":219},{"style":63},[220],{"type":18,"value":221}," {\n",{"type":13,"tag":45,"props":223,"children":224},{"class":47,"line":69},[225,230,235,240,245,250],{"type":13,"tag":45,"props":226,"children":227},{"style":63},[228],{"type":18,"value":229}," s_type",{"type":13,"tag":45,"props":231,"children":232},{"style":52},[233],{"type":18,"value":234},":",{"type":13,"tag":45,"props":236,"children":237},{"style":213},[238],{"type":18,"value":239}," vk",{"type":13,"tag":45,"props":241,"children":242},{"style":52},[243],{"type":18,"value":244},"::",{"type":13,"tag":45,"props":246,"children":247},{"style":213},[248],{"type":18,"value":249},"StructureType",{"type":13,"tag":45,"props":251,"children":252},{"style":63},[253],{"type":18,"value":254},",\n",{"type":13,"tag":45,"props":256,"children":257},{"class":47,"line":78},[258,263,267,272],{"type":13,"tag":45,"props":259,"children":260},{"style":63},[261],{"type":18,"value":262}," p_next",{"type":13,"tag":45,"props":264,"children":265},{"style":52},[266],{"type":18,"value":234},{"type":13,"tag":45,"props":268,"children":269},{"style":52},[270],{"type":18,"value":271}," *mut",{"type":13,"tag":45,"props":273,"children":274},{"style":63},[275],{"type":18,"value":276}," c_void,\n",{"type":13,"tag":45,"props":278,"children":279},{"class":47,"line":92},[280,285,289,293,297,302],{"type":13,"tag":45,"props":281,"children":282},{"style":63},[283],{"type":18,"value":284}," flags",{"type":13,"tag":45,"props":286,"children":287},{"style":52},[288],{"type":18,"value":234},{"type":13,"tag":45,"props":290,"children":291},{"style":213},[292],{"type":18,"value":239},{"type":13,"tag":45,"props":294,"children":295},{"style":52},[296],{"type":18,"value":244},{"type":13,"tag":45,"props":298,"children":299},{"style":213},[300],{"type":18,"value":301},"VideoCapabilityFlagsKHR",{"type":13,"tag":45,"props":303,"children":304},{"style":63},[305],{"type":18,"value":254},{"type":13,"tag":45,"props":307,"children":308},{"class":47,"line":101},[309,314,318,322,326,331],{"type":13,"tag":45,"props":310,"children":311},{"style":63},[312],{"type":18,"value":313}," min_bitstream_buffer_offset_alignment",{"type":13,"tag":45,"props":315,"children":316},{"style":52},[317],{"type":18,"value":234},{"type":13,"tag":45,"props":319,"children":320},{"style":213},[321],{"type":18,"value":239},{"type":13,"tag":45,"props":323,"children":324},{"style":52},[325],{"type":18,"value":244},{"type":13,"tag":45,"props":327,"children":328},{"style":213},[329],{"type":18,"value":330},"DeviceSize",{"type":13,"tag":45,"props":332,"children":333},{"style":63},[334],{"type":18,"value":254},{"type":13,"tag":45,"props":336,"children":337},{"class":47,"line":110},[338,343,347,351,355,359],{"type":13,"tag":45,"props":339,"children":340},{"style":63},[341],{"type":18,"value":342}," min_bitstream_buffer_size_alignment",{"type":13,"tag":45,"props":344,"children":345},{"style":52},[346],{"type":18,"value":234},{"type":13,"tag":45,"props":348,"children":349},{"style":213},[350],{"type":18,"value":239},{"type":13,"tag":45,"props":352,"children":353},{"style":52},[354],{"type":18,"value":244},{"type":13,"tag":45,"props":356,"children":357},{"style":213},[358],{"type":18,"value":330},{"type":13,"tag":45,"props":360,"children":361},{"style":63},[362],{"type":18,"value":254},{"type":13,"tag":45,"props":364,"children":365},{"class":47,"line":119},[366,371,375,379,383,388],{"type":13,"tag":45,"props":367,"children":368},{"style":63},[369],{"type":18,"value":370}," picture_access_granularity",{"type":13,"tag":45,"props":372,"children":373},{"style":52},[374],{"type":18,"value":234},{"type":13,"tag":45,"props":376,"children":377},{"style":213},[378],{"type":18,"value":239},{"type":13,"tag":45,"props":380,"children":381},{"style":52},[382],{"type":18,"value":244},{"type":13,"tag":45,"props":384,"children":385},{"style":213},[386],{"type":18,"value":387},"Extent2D",{"type":13,"tag":45,"props":389,"children":390},{"style":63},[391],{"type":18,"value":254},{"type":13,"tag":45,"props":393,"children":394},{"class":47,"line":128},[395,400,404,408,412,416],{"type":13,"tag":45,"props":396,"children":397},{"style":63},[398],{"type":18,"value":399}," min_coded_extent",{"type":13,"tag":45,"props":401,"children":402},{"style":52},[403],{"type":18,"value":234},{"type":13,"tag":45,"props":405,"children":406},{"style":213},[407],{"type":18,"value":239},{"type":13,"tag":45,"props":409,"children":410},{"style":52},[411],{"type":18,"value":244},{"type":13,"tag":45,"props":413,"children":414},{"style":213},[415],{"type":18,"value":387},{"type":13,"tag":45,"props":417,"children":418},{"style":63},[419],{"type":18,"value":254},{"type":13,"tag":45,"props":421,"children":422},{"class":47,"line":137},[423,428,432,436,440,444],{"type":13,"tag":45,"props":424,"children":425},{"style":63},[426],{"type":18,"value":427}," max_coded_extent",{"type":13,"tag":45,"props":429,"children":430},{"style":52},[431],{"type":18,"value":234},{"type":13,"tag":45,"props":433,"children":434},{"style":213},[435],{"type":18,"value":239},{"type":13,"tag":45,"props":437,"children":438},{"style":52},[439],{"type":18,"value":244},{"type":13,"tag":45,"props":441,"children":442},{"style":213},[443],{"type":18,"value":387},{"type":13,"tag":45,"props":445,"children":446},{"style":63},[447],{"type":18,"value":254},{"type":13,"tag":45,"props":449,"children":450},{"class":47,"line":146},[451,456,460,465],{"type":13,"tag":45,"props":452,"children":453},{"style":63},[454],{"type":18,"value":455}," max_dpb_slots",{"type":13,"tag":45,"props":457,"children":458},{"style":52},[459],{"type":18,"value":234},{"type":13,"tag":45,"props":461,"children":462},{"style":213},[463],{"type":18,"value":464}," u32",{"type":13,"tag":45,"props":466,"children":467},{"style":63},[468],{"type":18,"value":254},{"type":13,"tag":45,"props":470,"children":471},{"class":47,"line":160},[472,477,481,485],{"type":13,"tag":45,"props":473,"children":474},{"style":63},[475],{"type":18,"value":476}," max_active_reference_pictures",{"type":13,"tag":45,"props":478,"children":479},{"style":52},[480],{"type":18,"value":234},{"type":13,"tag":45,"props":482,"children":483},{"style":213},[484],{"type":18,"value":464},{"type":13,"tag":45,"props":486,"children":487},{"style":63},[488],{"type":18,"value":254},{"type":13,"tag":45,"props":490,"children":491},{"class":47,"line":173},[492,497,501,505,509,514],{"type":13,"tag":45,"props":493,"children":494},{"style":63},[495],{"type":18,"value":496}," std_header_version",{"type":13,"tag":45,"props":498,"children":499},{"style":52},[500],{"type":18,"value":234},{"type":13,"tag":45,"props":502,"children":503},{"style":213},[504],{"type":18,"value":239},{"type":13,"tag":45,"props":506,"children":507},{"style":52},[508],{"type":18,"value":244},{"type":13,"tag":45,"props":510,"children":511},{"style":213},[512],{"type":18,"value":513},"ExtensionProperties",{"type":13,"tag":45,"props":515,"children":516},{"style":63},[517],{"type":18,"value":254},{"type":13,"tag":45,"props":519,"children":520},{"class":47,"line":182},[521],{"type":13,"tag":45,"props":522,"children":523},{"style":63},[524],{"type":18,"value":525},"}\n",{"type":13,"tag":527,"props":528,"children":529},"ul",{},[530,551,570,589,600,611,622,633,644,663,689],{"type":13,"tag":531,"props":532,"children":533},"li",{},[534,540,542,549],{"type":13,"tag":21,"props":535,"children":537},{"className":536},[],[538],{"type":18,"value":539},"sType",{"type":18,"value":541}," is a ",{"type":13,"tag":543,"props":544,"children":546},"a",{"href":545},"/man/VkStructureType",[547],{"type":18,"value":548},"VkStructureType",{"type":18,"value":550}," value identifying this structure.",{"type":13,"tag":531,"props":552,"children":553},{},[554,560,562,568],{"type":13,"tag":21,"props":555,"children":557},{"className":556},[],[558],{"type":18,"value":559},"pNext",{"type":18,"value":561}," is ",{"type":13,"tag":21,"props":563,"children":565},{"className":564},[],[566],{"type":18,"value":567},"NULL",{"type":18,"value":569}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":531,"props":571,"children":572},{},[573,579,581,587],{"type":13,"tag":21,"props":574,"children":576},{"className":575},[],[577],{"type":18,"value":578},"flags",{"type":18,"value":580}," is a bitmask of ",{"type":13,"tag":543,"props":582,"children":584},{"href":583},"/man/VkVideoCapabilityFlagBitsKHR",[585],{"type":18,"value":586},"VkVideoCapabilityFlagBitsKHR",{"type":18,"value":588},"\nspecifying capability flags.",{"type":13,"tag":531,"props":590,"children":591},{},[592,598],{"type":13,"tag":21,"props":593,"children":595},{"className":594},[],[596],{"type":18,"value":597},"minBitstreamBufferOffsetAlignment",{"type":18,"value":599}," is the minimum alignment for\nbitstream buffer offsets.",{"type":13,"tag":531,"props":601,"children":602},{},[603,609],{"type":13,"tag":21,"props":604,"children":606},{"className":605},[],[607],{"type":18,"value":608},"minBitstreamBufferSizeAlignment",{"type":18,"value":610}," is the minimum alignment for\nbitstream buffer range sizes.",{"type":13,"tag":531,"props":612,"children":613},{},[614,620],{"type":13,"tag":21,"props":615,"children":617},{"className":616},[],[618],{"type":18,"value":619},"pictureAccessGranularity",{"type":18,"value":621}," is the granularity at which image access\nto video picture resources happen.",{"type":13,"tag":531,"props":623,"children":624},{},[625,631],{"type":13,"tag":21,"props":626,"children":628},{"className":627},[],[629],{"type":18,"value":630},"minCodedExtent",{"type":18,"value":632}," is the minimum width and height of the coded\nframes.",{"type":13,"tag":531,"props":634,"children":635},{},[636,642],{"type":13,"tag":21,"props":637,"children":639},{"className":638},[],[640],{"type":18,"value":641},"maxCodedExtent",{"type":18,"value":643}," is the maximum width and height of the coded\nframes.",{"type":13,"tag":531,"props":645,"children":646},{},[647,653,655,661],{"type":13,"tag":21,"props":648,"children":650},{"className":649},[],[651],{"type":18,"value":652},"maxDpbSlots",{"type":18,"value":654}," is the maximum number of ",{"type":13,"tag":543,"props":656,"children":658},{"href":657},"/chapters/video-coding#dpb-slot",[659],{"type":18,"value":660},"DPB slots",{"type":18,"value":662},"\nsupported by a single video session.",{"type":13,"tag":531,"props":664,"children":665},{},[666,672,674,680,682,687],{"type":13,"tag":21,"props":667,"children":669},{"className":668},[],[670],{"type":18,"value":671},"maxActiveReferencePictures",{"type":18,"value":673}," is the maximum number of\n",{"type":13,"tag":543,"props":675,"children":677},{"href":676},"/chapters/video-coding#active-reference-pictures",[678],{"type":18,"value":679},"active reference pictures",{"type":18,"value":681}," a single video\ncoding operation ",{"type":13,"tag":683,"props":684,"children":686},"normative",{"type":685},"can",[],{"type":18,"value":688}," use.",{"type":13,"tag":531,"props":690,"children":691},{},[692,697,699,705,707,713],{"type":13,"tag":693,"props":694,"children":696},"anchor",{"id":695},"video-std-header-version",[],{"type":18,"value":698}," ",{"type":13,"tag":21,"props":700,"children":702},{"className":701},[],[703],{"type":18,"value":704},"stdHeaderVersion",{"type":18,"value":706}," is a\n",{"type":13,"tag":543,"props":708,"children":710},{"href":709},"/man/VkExtensionProperties",[711],{"type":18,"value":712},"VkExtensionProperties",{"type":18,"value":714}," structure reporting the Video Std header\nname and version supported for the video profile.",{"type":13,"tag":716,"props":717,"children":718},"note",{},[719],{"type":13,"tag":14,"props":720,"children":721},{},[722,724,729,731,736,738,743,745,750],{"type":18,"value":723},"It is common for video compression standards to allow using all reference\npictures associated with active DPB slots as active reference pictures,\nhence for video decode profiles the values returned in ",{"type":13,"tag":21,"props":725,"children":727},{"className":726},[],[728],{"type":18,"value":652},{"type":18,"value":730}," and\n",{"type":13,"tag":21,"props":732,"children":734},{"className":733},[],[735],{"type":18,"value":671},{"type":18,"value":737}," are often equal.\nSimilarly, in case of video decode profiles supporting field pictures the\nvalue of ",{"type":13,"tag":21,"props":739,"children":741},{"className":740},[],[742],{"type":18,"value":671},{"type":18,"value":744}," often equals\n",{"type":13,"tag":21,"props":746,"children":748},{"className":747},[],[749],{"type":18,"value":652},{"type":18,"value":751}," × 2.",{"type":13,"tag":753,"props":754,"children":756},"validity-group",{"name":755},"Valid Usage (Implicit)",[757,783,868],{"type":13,"tag":758,"props":759,"children":761},"validity-field",{"name":760},"VUID-VkVideoCapabilitiesKHR-sType-sType",[762],{"type":13,"tag":14,"props":763,"children":764},{},[765,770,771,775,777],{"type":13,"tag":21,"props":766,"children":768},{"className":767},[],[769],{"type":18,"value":539},{"type":18,"value":698},{"type":13,"tag":683,"props":772,"children":774},{"type":773},"must",[],{"type":18,"value":776}," be ",{"type":13,"tag":21,"props":778,"children":780},{"className":779},[],[781],{"type":18,"value":782},"VK_STRUCTURE_TYPE_VIDEO_CAPABILITIES_KHR",{"type":13,"tag":758,"props":784,"children":786},{"name":785},"VUID-VkVideoCapabilitiesKHR-pNext-pNext",[787],{"type":13,"tag":14,"props":788,"children":789},{},[790,792,797,799,804,806,809,811,816,818,824,826,832,833,839,840,846,847,853,854,860,862],{"type":18,"value":791},"Each ",{"type":13,"tag":21,"props":793,"children":795},{"className":794},[],[796],{"type":18,"value":559},{"type":18,"value":798}," member of any structure (including this one) in the ",{"type":13,"tag":21,"props":800,"children":802},{"className":801},[],[803],{"type":18,"value":559},{"type":18,"value":805}," chain ",{"type":13,"tag":683,"props":807,"children":808},{"type":773},[],{"type":18,"value":810}," be either ",{"type":13,"tag":21,"props":812,"children":814},{"className":813},[],[815],{"type":18,"value":567},{"type":18,"value":817}," or a pointer to a valid instance of ",{"type":13,"tag":543,"props":819,"children":821},{"href":820},"/man/VkVideoDecodeAV1CapabilitiesKHR",[822],{"type":18,"value":823},"VkVideoDecodeAV1CapabilitiesKHR",{"type":18,"value":825},", ",{"type":13,"tag":543,"props":827,"children":829},{"href":828},"/man/VkVideoDecodeCapabilitiesKHR",[830],{"type":18,"value":831},"VkVideoDecodeCapabilitiesKHR",{"type":18,"value":825},{"type":13,"tag":543,"props":834,"children":836},{"href":835},"/man/VkVideoDecodeH264CapabilitiesKHR",[837],{"type":18,"value":838},"VkVideoDecodeH264CapabilitiesKHR",{"type":18,"value":825},{"type":13,"tag":543,"props":841,"children":843},{"href":842},"/man/VkVideoDecodeH265CapabilitiesKHR",[844],{"type":18,"value":845},"VkVideoDecodeH265CapabilitiesKHR",{"type":18,"value":825},{"type":13,"tag":543,"props":848,"children":850},{"href":849},"/man/VkVideoEncodeCapabilitiesKHR",[851],{"type":18,"value":852},"VkVideoEncodeCapabilitiesKHR",{"type":18,"value":825},{"type":13,"tag":543,"props":855,"children":857},{"href":856},"/man/VkVideoEncodeH264CapabilitiesKHR",[858],{"type":18,"value":859},"VkVideoEncodeH264CapabilitiesKHR",{"type":18,"value":861},", or ",{"type":13,"tag":543,"props":863,"children":865},{"href":864},"/man/VkVideoEncodeH265CapabilitiesKHR",[866],{"type":18,"value":867},"VkVideoEncodeH265CapabilitiesKHR",{"type":13,"tag":758,"props":869,"children":871},{"name":870},"VUID-VkVideoCapabilitiesKHR-sType-unique",[872],{"type":13,"tag":14,"props":873,"children":874},{},[875,876,881,883,888,889,892],{"type":18,"value":19},{"type":13,"tag":21,"props":877,"children":879},{"className":878},[],[880],{"type":18,"value":539},{"type":18,"value":882}," value of each struct in the ",{"type":13,"tag":21,"props":884,"children":886},{"className":885},[],[887],{"type":18,"value":559},{"type":18,"value":805},{"type":13,"tag":683,"props":890,"children":891},{"type":773},[],{"type":18,"value":893}," be unique",{"type":13,"tag":895,"props":896,"children":897},"style",{},[898],{"type":18,"value":899},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":39,"searchDepth":69,"depth":69,"links":901},[],"markdown",1725732591211]