mirror of
https://github.com/NotAShelf/mpvrc.git
synced 2026-04-20 17:30:47 +00:00
deploy: de38ae62916547ad097c066f94a32e9ba7790eeb
This commit is contained in:
commit
9a86359447
28502 changed files with 1261284 additions and 0 deletions
9
type.impl/std/collections/hash/map/struct.HashMap.js
Normal file
9
type.impl/std/collections/hash/map/struct.HashMap.js
Normal file
File diff suppressed because one or more lines are too long
9
type.impl/std/collections/hash/set/struct.HashSet.js
Normal file
9
type.impl/std/collections/hash/set/struct.HashSet.js
Normal file
File diff suppressed because one or more lines are too long
9
type.impl/std/panic/struct.PanicHookInfo.js
Normal file
9
type.impl/std/panic/struct.PanicHookInfo.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["serde",[]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[12]}
|
||||
9
type.impl/std/primitive.array.js
Normal file
9
type.impl/std/primitive.array.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["uuid",[]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[11]}
|
||||
9
type.impl/std/primitive.f32.js
Normal file
9
type.impl/std/primitive.f32.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["serde",[]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[12]}
|
||||
9
type.impl/std/primitive.f64.js
Normal file
9
type.impl/std/primitive.f64.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["serde",[]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[12]}
|
||||
9
type.impl/std/primitive.fn.js
Normal file
9
type.impl/std/primitive.fn.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["openssl_sys",[]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[18]}
|
||||
9
type.impl/std/primitive.i16.js
Normal file
9
type.impl/std/primitive.i16.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["serde",[]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[12]}
|
||||
9
type.impl/std/primitive.i32.js
Normal file
9
type.impl/std/primitive.i32.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["openssl_sys",[]],["rustix",[["<details class=\"toggle implementors-toggle\" open><summary><section id=\"impl-AsRawFd-for-i32\" class=\"impl\"><span class=\"rightside\"><span class=\"since\" title=\"Stable since Rust version 1.48.0\">1.48.0</span> · <a class=\"src\" href=\"https://doc.rust-lang.org/1.84.1/src/std/os/fd/raw.rs.html#147\">Source</a></span><a href=\"#impl-AsRawFd-for-i32\" class=\"anchor\">§</a><h3 class=\"code-header\">impl <a class=\"trait\" href=\"rustix/fd/trait.AsRawFd.html\" title=\"trait rustix::fd::AsRawFd\">AsRawFd</a> for <a class=\"primitive\" href=\"https://doc.rust-lang.org/1.84.1/std/primitive.i32.html\">i32</a></h3></section></summary><div class=\"impl-items\"><details class=\"toggle method-toggle\" open><summary><section id=\"method.as_raw_fd\" class=\"method trait-impl\"><a class=\"src rightside\" href=\"https://doc.rust-lang.org/1.84.1/src/std/os/fd/raw.rs.html#149\">Source</a><a href=\"#method.as_raw_fd\" class=\"anchor\">§</a><h4 class=\"code-header\">fn <a href=\"rustix/fd/trait.AsRawFd.html#tymethod.as_raw_fd\" class=\"fn\">as_raw_fd</a>(&self) -> <a class=\"primitive\" href=\"https://doc.rust-lang.org/1.84.1/std/primitive.i32.html\">i32</a></h4></section></summary><div class='docblock'>Extracts the raw file descriptor. <a href=\"rustix/fd/trait.AsRawFd.html#tymethod.as_raw_fd\">Read more</a></div></details></div></details>","AsRawFd","rustix::fd::RawFd"],["<details class=\"toggle implementors-toggle\" open><summary><section id=\"impl-FromRawFd-for-i32\" class=\"impl\"><span class=\"rightside\"><span class=\"since\" title=\"Stable since Rust version 1.48.0\">1.48.0</span> · <a class=\"src\" href=\"https://doc.rust-lang.org/1.84.1/src/std/os/fd/raw.rs.html#161\">Source</a></span><a href=\"#impl-FromRawFd-for-i32\" class=\"anchor\">§</a><h3 class=\"code-header\">impl <a class=\"trait\" href=\"rustix/fd/trait.FromRawFd.html\" title=\"trait rustix::fd::FromRawFd\">FromRawFd</a> for <a class=\"primitive\" href=\"https://doc.rust-lang.org/1.84.1/std/primitive.i32.html\">i32</a></h3></section></summary><div class=\"impl-items\"><details class=\"toggle method-toggle\" open><summary><section id=\"method.from_raw_fd\" class=\"method trait-impl\"><a class=\"src rightside\" href=\"https://doc.rust-lang.org/1.84.1/src/std/os/fd/raw.rs.html#163\">Source</a><a href=\"#method.from_raw_fd\" class=\"anchor\">§</a><h4 class=\"code-header\">unsafe fn <a href=\"rustix/fd/trait.FromRawFd.html#tymethod.from_raw_fd\" class=\"fn\">from_raw_fd</a>(fd: <a class=\"primitive\" href=\"https://doc.rust-lang.org/1.84.1/std/primitive.i32.html\">i32</a>) -> <a class=\"primitive\" href=\"https://doc.rust-lang.org/1.84.1/std/primitive.i32.html\">i32</a></h4></section></summary><div class='docblock'>Constructs a new instance of <code>Self</code> from the given raw file\ndescriptor. <a href=\"rustix/fd/trait.FromRawFd.html#tymethod.from_raw_fd\">Read more</a></div></details></div></details>","FromRawFd","rustix::fd::RawFd"],["<details class=\"toggle implementors-toggle\" open><summary><section id=\"impl-IntoRawFd-for-i32\" class=\"impl\"><span class=\"rightside\"><span class=\"since\" title=\"Stable since Rust version 1.48.0\">1.48.0</span> · <a class=\"src\" href=\"https://doc.rust-lang.org/1.84.1/src/std/os/fd/raw.rs.html#154\">Source</a></span><a href=\"#impl-IntoRawFd-for-i32\" class=\"anchor\">§</a><h3 class=\"code-header\">impl <a class=\"trait\" href=\"rustix/fd/trait.IntoRawFd.html\" title=\"trait rustix::fd::IntoRawFd\">IntoRawFd</a> for <a class=\"primitive\" href=\"https://doc.rust-lang.org/1.84.1/std/primitive.i32.html\">i32</a></h3></section></summary><div class=\"impl-items\"><details class=\"toggle method-toggle\" open><summary><section id=\"method.into_raw_fd\" class=\"method trait-impl\"><a class=\"src rightside\" href=\"https://doc.rust-lang.org/1.84.1/src/std/os/fd/raw.rs.html#156\">Source</a><a href=\"#method.into_raw_fd\" class=\"anchor\">§</a><h4 class=\"code-header\">fn <a href=\"rustix/fd/trait.IntoRawFd.html#tymethod.into_raw_fd\" class=\"fn\">into_raw_fd</a>(self) -> <a class=\"primitive\" href=\"https://doc.rust-lang.org/1.84.1/std/primitive.i32.html\">i32</a></h4></section></summary><div class='docblock'>Consumes this object, returning the raw underlying file descriptor. <a href=\"rustix/fd/trait.IntoRawFd.html#tymethod.into_raw_fd\">Read more</a></div></details></div></details>","IntoRawFd","rustix::fd::RawFd"]]],["serde",[]],["tokio",[]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[18,4426,13,13]}
|
||||
9
type.impl/std/primitive.i64.js
Normal file
9
type.impl/std/primitive.i64.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["rustix",[]],["serde",[]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[13,13]}
|
||||
9
type.impl/std/primitive.i8.js
Normal file
9
type.impl/std/primitive.i8.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["rustix",[]],["serde",[]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[13,13]}
|
||||
9
type.impl/std/primitive.u16.js
Normal file
9
type.impl/std/primitive.u16.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["serde",[]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[12]}
|
||||
9
type.impl/std/primitive.u32.js
Normal file
9
type.impl/std/primitive.u32.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["serde",[]],["tokio",[]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[12,13]}
|
||||
9
type.impl/std/primitive.u64.js
Normal file
9
type.impl/std/primitive.u64.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["openssl_sys",[]],["rustix",[]],["serde",[]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[18,14,13]}
|
||||
9
type.impl/std/primitive.u8.js
Normal file
9
type.impl/std/primitive.u8.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var type_impls = Object.fromEntries([["serde",[]]]);
|
||||
if (window.register_type_impls) {
|
||||
window.register_type_impls(type_impls);
|
||||
} else {
|
||||
window.pending_type_impls = type_impls;
|
||||
}
|
||||
})()
|
||||
//{"start":55,"fragment_lengths":[12]}
|
||||
Loading…
Add table
Add a link
Reference in a new issue