Home
last modified time | relevance | path

Searched defs:OwnedFd (Results 1 – 25 of 49) sorted by relevance

12

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zbus-1.9.1/src/
H A Downed_fd.rs14 pub struct OwnedFd { struct
18 impl FromRawFd for OwnedFd { implementation
19 unsafe fn from_raw_fd(fd: RawFd) -> OwnedFd { in from_raw_fd()
24 impl AsRawFd for OwnedFd { implementation
30 impl IntoRawFd for OwnedFd { implementation
38 impl Drop for OwnedFd { implementation
/dports/lang/rust/rustc-1.58.1-src/library/std/src/os/fd/
H A Downed.rs50 pub struct OwnedFd { struct
51 fd: RawFd,
79 impl AsRawFd for OwnedFd { implementation
87 impl IntoRawFd for OwnedFd { implementation
97 impl FromRawFd for OwnedFd { implementation
113 impl Drop for OwnedFd { implementation
135 impl fmt::Debug for OwnedFd { implementation
179 impl AsFd for OwnedFd { implementation
198 impl From<fs::File> for OwnedFd { implementation
200 fn from(file: fs::File) -> OwnedFd { in from()
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/zvariant-3.1.2/src/
H A Dfd.rs95 pub struct OwnedFd { struct
99 impl Drop for OwnedFd { argument
109 impl Serialize for OwnedFd { implementation
118 impl<'de> Deserialize<'de> for OwnedFd { implementation
131 impl io::FromRawFd for OwnedFd { implementation
137 impl io::AsRawFd for OwnedFd { implementation
143 impl io::IntoRawFd for OwnedFd { implementation
151 impl std::fmt::Display for OwnedFd { implementation
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/AMDGPU/
H A Dfmul.ll84 ret void
85 }
86
87 attributes #0 = { nounwind }
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zvariant-2.10.0/src/
H A Dfd.rs99 pub struct OwnedFd { struct
103 impl Drop for OwnedFd { argument
113 impl Serialize for OwnedFd { implementation
122 impl<'de> Deserialize<'de> for OwnedFd { implementation
135 impl io::FromRawFd for OwnedFd { implementation
141 impl io::AsRawFd for OwnedFd { implementation
147 impl io::IntoRawFd for OwnedFd { implementation
155 impl std::fmt::Display for OwnedFd { implementation
/dports/misc/broot/broot-1.7.0/cargo-crates/signal-hook-0.1.17/src/
H A Dpipe.rs84 struct OwnedFd(RawFd); struct
86 impl OwnedFd { impl
103 impl AsRawFd for OwnedFd { implementation
109 impl Drop for OwnedFd { implementation
/dports/shells/nsh/nsh-0.4.2/cargo-crates/signal-hook-0.1.17/src/
H A Dpipe.rs84 struct OwnedFd(RawFd); struct
86 impl OwnedFd { implementation
103 impl AsRawFd for OwnedFd { implementation
109 impl Drop for OwnedFd { implementation
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/signal-hook-0.1.17/src/
H A Dpipe.rs84 struct OwnedFd(RawFd); struct
86 impl OwnedFd { implementation
103 impl AsRawFd for OwnedFd { implementation
109 impl Drop for OwnedFd { implementation
/dports/sysutils/vector/vector-0.10.0/cargo-crates/signal-hook-0.1.13/src/
H A Dpipe.rs84 struct OwnedFd(RawFd); struct
86 impl OwnedFd { implementation
103 impl AsRawFd for OwnedFd { implementation
109 impl Drop for OwnedFd { implementation
/dports/graphics/viu/viu-1.1/cargo-crates/signal-hook-0.1.16/src/
H A Dpipe.rs84 struct OwnedFd(RawFd); struct
86 impl OwnedFd { impl
103 impl AsRawFd for OwnedFd { implementation
109 impl Drop for OwnedFd { implementation
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/signal-hook-0.1.17/src/
H A Dpipe.rs84 struct OwnedFd(RawFd); struct
86 impl OwnedFd { implementation
103 impl AsRawFd for OwnedFd { implementation
109 impl Drop for OwnedFd { implementation
/dports/devel/gitui/gitui-0.10.1/cargo-crates/signal-hook-0.1.16/src/
H A Dpipe.rs84 struct OwnedFd(RawFd); struct
86 impl OwnedFd { implementation
103 impl AsRawFd for OwnedFd { implementation
109 impl Drop for OwnedFd { implementation
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/signal-hook-0.1.17/src/
H A Dpipe.rs84 struct OwnedFd(RawFd); struct
86 impl OwnedFd { impl
103 impl AsRawFd for OwnedFd { implementation
109 impl Drop for OwnedFd { implementation
/dports/devel/desed/desed-1.2.0/cargo-crates/signal-hook-0.1.16/src/
H A Dpipe.rs84 struct OwnedFd(RawFd); struct
86 impl OwnedFd { implementation
103 impl AsRawFd for OwnedFd { implementation
109 impl Drop for OwnedFd { implementation
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/signal-hook-0.1.16/src/
H A Dpipe.rs84 struct OwnedFd(RawFd); struct
86 impl OwnedFd { implementation
103 impl AsRawFd for OwnedFd { implementation
109 impl Drop for OwnedFd { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/dbus-0.9.5/src/arg/
H A Dmod.rs91 pub struct OwnedFd { struct
97 impl OwnedFd { implementation
102 pub unsafe fn new(fd: RawFd) -> OwnedFd { in new()
115 impl Drop for OwnedFd { implementation
121 impl Clone for OwnedFd { implementation
123 fn clone(&self) -> OwnedFd { in clone()
130 fn clone(&self) -> OwnedFd { in clone()
136 impl AsRawFd for OwnedFd { implementation
143 impl IntoRawFd for OwnedFd { implementation
150 impl FromRawFd for OwnedFd { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zbus-1.9.1/src/raw/
H A Dsocket.rs36 fn recvmsg(&mut self, buffer: &mut [u8]) -> io::Result<(usize, Vec<OwnedFd>)>; in recvmsg()
64 fn recvmsg(&mut self, buffer: &mut [u8]) -> io::Result<(usize, Vec<OwnedFd>)> { in recvmsg()
138 fn recvmsg(&mut self, buffer: &mut [u8]) -> io::Result<(usize, Vec<OwnedFd>)> { in recvmsg()
/dports/lang/rust/rustc-1.58.1-src/library/std/src/os/unix/
H A Dprocess.rs399 impl From<crate::process::ChildStdin> for OwnedFd { implementation
401 fn from(child_stdin: crate::process::ChildStdin) -> OwnedFd { in from()
415 impl From<crate::process::ChildStdout> for OwnedFd { implementation
417 fn from(child_stdout: crate::process::ChildStdout) -> OwnedFd { in from()
431 impl From<crate::process::ChildStderr> for OwnedFd { implementation
433 fn from(child_stderr: crate::process::ChildStderr) -> OwnedFd { in from()
/dports/net-im/fractal/fractal-4.4.0/vendor/dbus/src/
H A Dmessage.rs40 pub struct OwnedFd { struct
44 impl OwnedFd { argument
46 pub fn new(fd: RawFd) -> OwnedFd { in new()
58 impl Drop for OwnedFd { implementation
64 impl Clone for OwnedFd { implementation
65 fn clone(&self) -> OwnedFd { in clone()
70 impl AsRawFd for OwnedFd { implementation
496 impl<'a> FromMessageItem<'a> for &'a OwnedFd { implementation
497 …fn from(i: &'a MessageItem) -> Result<&'a OwnedFd,()> { if let &MessageItem::UnixFd(ref b) = i { O… in from()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/dbus-0.2.3/src/
H A Dmessage.rs40 pub struct OwnedFd { struct
44 impl OwnedFd { impl
46 pub fn new(fd: RawFd) -> OwnedFd { in new()
58 impl Drop for OwnedFd { implementation
64 impl Clone for OwnedFd { implementation
65 fn clone(&self) -> OwnedFd { in clone()
70 impl AsRawFd for OwnedFd { implementation
496 impl<'a> FromMessageItem<'a> for &'a OwnedFd { implementation
497 …fn from(i: &'a MessageItem) -> Result<&'a OwnedFd,()> { if let &MessageItem::UnixFd(ref b) = i { O… in from()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/dbus-0.2.3/src/
H A Dmessage.rs40 pub struct OwnedFd { struct
44 impl OwnedFd { implementation
46 pub fn new(fd: RawFd) -> OwnedFd { in new()
58 impl Drop for OwnedFd { implementation
64 impl Clone for OwnedFd { implementation
65 fn clone(&self) -> OwnedFd { in clone()
70 impl AsRawFd for OwnedFd { implementation
496 impl<'a> FromMessageItem<'a> for &'a OwnedFd { implementation
497 …fn from(i: &'a MessageItem) -> Result<&'a OwnedFd,()> { if let &MessageItem::UnixFd(ref b) = i { O… in from()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/dbus-0.6.5/src/arg/
H A Dbasic_impl.rs237 impl Arg for OwnedFd { implementation
241 impl Append for OwnedFd { implementation
247 impl DictKey for OwnedFd {} implementation
248 impl<'a> Get<'a> for OwnedFd { implementation
/dports/www/firefox/firefox-99.0/third_party/rust/dbus/src/arg/
H A Dbasic_impl.rs237 impl Arg for OwnedFd { implementation
241 impl Append for OwnedFd { implementation
247 impl DictKey for OwnedFd {} implementation
248 impl<'a> Get<'a> for OwnedFd { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/dbus/src/arg/
H A Dbasic_impl.rs237 impl Arg for OwnedFd { implementation
241 impl Append for OwnedFd { implementation
247 impl DictKey for OwnedFd {} implementation
248 impl<'a> Get<'a> for OwnedFd { implementation
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/dbus-0.6.4/src/arg/
H A Dbasic_impl.rs237 impl Arg for OwnedFd { implementation
241 impl Append for OwnedFd { implementation
247 impl DictKey for OwnedFd {} implementation
248 impl<'a> Get<'a> for OwnedFd { implementation

12