Home
last modified time | relevance | path

Searched defs:PodCastError (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/bytemuck/src/
H A Dlib.rs116 fn something_went_wrong(_src: &str, _err: PodCastError) -> ! { in something_went_wrong()
194 pub fn try_pod_read_unaligned<T: Pod>(bytes: &[u8]) -> Result<T, PodCastError> { in try_pod_read_unaligned() argument
221 pub fn try_from_bytes<T: Pod>(s: &[u8]) -> Result<&T, PodCastError> { in try_from_bytes() argument
240 ) -> Result<&mut T, PodCastError> { in try_from_bytes_mut() argument
252 pub enum PodCastError { enum
273 impl core::fmt::Display for PodCastError { implementation
279 impl std::error::Error for PodCastError {} implementation
388 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() argument
403 pub fn try_cast_ref<A: Pod, B: Pod>(a: &A) -> Result<&B, PodCastError> { in try_cast_ref() argument
451 pub fn try_cast_slice<A: Pod, B: Pod>(a: &[A]) -> Result<&[B], PodCastError> { in try_cast_slice() argument
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/bytemuck-1.7.2/src/
H A Dlib.rs110 fn something_went_wrong(_src: &str, _err: PodCastError) -> ! { in something_went_wrong()
190 pub fn try_from_bytes<T: Pod>(s: &[u8]) -> Result<&T, PodCastError> { in try_from_bytes() argument
209 ) -> Result<&mut T, PodCastError> { in try_from_bytes_mut() argument
221 pub enum PodCastError { enum
242 impl core::fmt::Display for PodCastError { implementation
248 impl std::error::Error for PodCastError {} implementation
357 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() argument
372 pub fn try_cast_ref<A: Pod, B: Pod>(a: &A) -> Result<&B, PodCastError> { in try_cast_ref() argument
390 pub fn try_cast_mut<A: Pod, B: Pod>(a: &mut A) -> Result<&mut B, PodCastError> { in try_cast_mut() argument
420 pub fn try_cast_slice<A: Pod, B: Pod>(a: &[A]) -> Result<&[B], PodCastError> { in try_cast_slice() argument
[all …]
H A Dallocation.rs35 ) -> Result<Box<B>, (PodCastError, Box<A>)> { in try_cast_box()
159 ) -> Result<Vec<B>, (PodCastError, Vec<A>)> { in try_cast_vec()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/bytemuck-1.7.2/src/
H A Dlib.rs110 fn something_went_wrong(_src: &str, _err: PodCastError) -> ! { in something_went_wrong()
190 pub fn try_from_bytes<T: Pod>(s: &[u8]) -> Result<&T, PodCastError> { in try_from_bytes() argument
209 ) -> Result<&mut T, PodCastError> { in try_from_bytes_mut() argument
221 pub enum PodCastError { enum
242 impl core::fmt::Display for PodCastError { implementation
248 impl std::error::Error for PodCastError {} implementation
357 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() argument
372 pub fn try_cast_ref<A: Pod, B: Pod>(a: &A) -> Result<&B, PodCastError> { in try_cast_ref() argument
390 pub fn try_cast_mut<A: Pod, B: Pod>(a: &mut A) -> Result<&mut B, PodCastError> { in try_cast_mut() argument
420 pub fn try_cast_slice<A: Pod, B: Pod>(a: &[A]) -> Result<&[B], PodCastError> { in try_cast_slice() argument
[all …]
H A Dallocation.rs35 ) -> Result<Box<B>, (PodCastError, Box<A>)> { in try_cast_box()
159 ) -> Result<Vec<B>, (PodCastError, Vec<A>)> { in try_cast_vec()
/dports/misc/broot/broot-1.7.0/cargo-crates/bytemuck-1.7.2/src/
H A Dlib.rs110 fn something_went_wrong(_src: &str, _err: PodCastError) -> ! { in something_went_wrong()
190 pub fn try_from_bytes<T: Pod>(s: &[u8]) -> Result<&T, PodCastError> { in try_from_bytes() argument
209 ) -> Result<&mut T, PodCastError> { in try_from_bytes_mut() argument
221 pub enum PodCastError { enum
242 impl core::fmt::Display for PodCastError { implementation
248 impl std::error::Error for PodCastError {} implementation
357 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() argument
372 pub fn try_cast_ref<A: Pod, B: Pod>(a: &A) -> Result<&B, PodCastError> { in try_cast_ref() argument
390 pub fn try_cast_mut<A: Pod, B: Pod>(a: &mut A) -> Result<&mut B, PodCastError> { in try_cast_mut() argument
420 pub fn try_cast_slice<A: Pod, B: Pod>(a: &[A]) -> Result<&[B], PodCastError> { in try_cast_slice() argument
[all …]
H A Dallocation.rs35 ) -> Result<Box<B>, (PodCastError, Box<A>)> { in try_cast_box()
159 ) -> Result<Vec<B>, (PodCastError, Vec<A>)> { in try_cast_vec()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/bytemuck-1.7.2/src/
H A Dlib.rs110 fn something_went_wrong(_src: &str, _err: PodCastError) -> ! { in something_went_wrong()
190 pub fn try_from_bytes<T: Pod>(s: &[u8]) -> Result<&T, PodCastError> { in try_from_bytes() argument
209 ) -> Result<&mut T, PodCastError> { in try_from_bytes_mut() argument
221 pub enum PodCastError { enum
242 impl core::fmt::Display for PodCastError { implementation
248 impl std::error::Error for PodCastError {} implementation
357 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() argument
372 pub fn try_cast_ref<A: Pod, B: Pod>(a: &A) -> Result<&B, PodCastError> { in try_cast_ref() argument
390 pub fn try_cast_mut<A: Pod, B: Pod>(a: &mut A) -> Result<&mut B, PodCastError> { in try_cast_mut() argument
420 pub fn try_cast_slice<A: Pod, B: Pod>(a: &[A]) -> Result<&[B], PodCastError> { in try_cast_slice() argument
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/bytemuck-1.7.3/src/
H A Dlib.rs114 fn something_went_wrong(_src: &str, _err: PodCastError) -> ! { in something_went_wrong()
194 pub fn try_from_bytes<T: Pod>(s: &[u8]) -> Result<&T, PodCastError> { in try_from_bytes() argument
213 ) -> Result<&mut T, PodCastError> { in try_from_bytes_mut() argument
225 pub enum PodCastError { enum
246 impl core::fmt::Display for PodCastError { implementation
252 impl std::error::Error for PodCastError {} implementation
361 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() argument
376 pub fn try_cast_ref<A: Pod, B: Pod>(a: &A) -> Result<&B, PodCastError> { in try_cast_ref() argument
394 pub fn try_cast_mut<A: Pod, B: Pod>(a: &mut A) -> Result<&mut B, PodCastError> { in try_cast_mut() argument
424 pub fn try_cast_slice<A: Pod, B: Pod>(a: &[A]) -> Result<&[B], PodCastError> { in try_cast_slice() argument
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/bytemuck-1.7.2/src/
H A Dlib.rs110 fn something_went_wrong(_src: &str, _err: PodCastError) -> ! { in something_went_wrong()
190 pub fn try_from_bytes<T: Pod>(s: &[u8]) -> Result<&T, PodCastError> { in try_from_bytes() argument
209 ) -> Result<&mut T, PodCastError> { in try_from_bytes_mut() argument
221 pub enum PodCastError { enum
242 impl core::fmt::Display for PodCastError { implementation
248 impl std::error::Error for PodCastError {} implementation
357 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() argument
372 pub fn try_cast_ref<A: Pod, B: Pod>(a: &A) -> Result<&B, PodCastError> { in try_cast_ref() argument
390 pub fn try_cast_mut<A: Pod, B: Pod>(a: &mut A) -> Result<&mut B, PodCastError> { in try_cast_mut() argument
420 pub fn try_cast_slice<A: Pod, B: Pod>(a: &[A]) -> Result<&[B], PodCastError> { in try_cast_slice() argument
[all …]
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/bytemuck-1.7.2/src/
H A Dlib.rs110 fn something_went_wrong(_src: &str, _err: PodCastError) -> ! { in something_went_wrong()
190 pub fn try_from_bytes<T: Pod>(s: &[u8]) -> Result<&T, PodCastError> { in try_from_bytes() argument
209 ) -> Result<&mut T, PodCastError> { in try_from_bytes_mut() argument
221 pub enum PodCastError { enum
242 impl core::fmt::Display for PodCastError { implementation
248 impl std::error::Error for PodCastError {} implementation
357 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() argument
372 pub fn try_cast_ref<A: Pod, B: Pod>(a: &A) -> Result<&B, PodCastError> { in try_cast_ref() argument
390 pub fn try_cast_mut<A: Pod, B: Pod>(a: &mut A) -> Result<&mut B, PodCastError> { in try_cast_mut() argument
420 pub fn try_cast_slice<A: Pod, B: Pod>(a: &[A]) -> Result<&[B], PodCastError> { in try_cast_slice() argument
[all …]
/dports/graphics/viu/viu-1.1/cargo-crates/bytemuck-1.4.1/src/
H A Dlib.rs102 fn something_went_wrong(src: &str, err: PodCastError) -> ! { in something_went_wrong()
166 pub fn try_from_bytes<T: Pod>(s: &[u8]) -> Result<&T, PodCastError> { in try_from_bytes() argument
185 ) -> Result<&mut T, PodCastError> { in try_from_bytes_mut() argument
197 pub enum PodCastError { enum
217 impl core::fmt::Display for PodCastError { implementation
223 impl std::error::Error for PodCastError {} implementation
332 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() argument
347 pub fn try_cast_ref<A: Pod, B: Pod>(a: &A) -> Result<&B, PodCastError> { in try_cast_ref() argument
365 pub fn try_cast_mut<A: Pod, B: Pod>(a: &mut A) -> Result<&mut B, PodCastError> { in try_cast_mut() argument
395 pub fn try_cast_slice<A: Pod, B: Pod>(a: &[A]) -> Result<&[B], PodCastError> { in try_cast_slice() argument
[all …]
H A Dallocation.rs33 ) -> Result<Box<B>, (PodCastError, Box<A>)> { in try_cast_box()
143 ) -> Result<Vec<B>, (PodCastError, Vec<A>)> { in try_cast_vec()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/bytemuck-1.7.0/src/
H A Dlib.rs103 fn something_went_wrong(_src: &str, _err: PodCastError) -> ! { in something_went_wrong()
183 pub fn try_from_bytes<T: Pod>(s: &[u8]) -> Result<&T, PodCastError> { in try_from_bytes() argument
202 ) -> Result<&mut T, PodCastError> { in try_from_bytes_mut() argument
214 pub enum PodCastError { enum
235 impl core::fmt::Display for PodCastError { implementation
241 impl std::error::Error for PodCastError {} implementation
350 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() argument
365 pub fn try_cast_ref<A: Pod, B: Pod>(a: &A) -> Result<&B, PodCastError> { in try_cast_ref() argument
383 pub fn try_cast_mut<A: Pod, B: Pod>(a: &mut A) -> Result<&mut B, PodCastError> { in try_cast_mut() argument
413 pub fn try_cast_slice<A: Pod, B: Pod>(a: &[A]) -> Result<&[B], PodCastError> { in try_cast_slice() argument
[all …]
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/bytemuck-1.7.3/src/
H A Dlib.rs114 fn something_went_wrong(_src: &str, _err: PodCastError) -> ! { in something_went_wrong()
194 pub fn try_from_bytes<T: Pod>(s: &[u8]) -> Result<&T, PodCastError> { in try_from_bytes() argument
213 ) -> Result<&mut T, PodCastError> { in try_from_bytes_mut() argument
225 pub enum PodCastError { enum
246 impl core::fmt::Display for PodCastError { implementation
252 impl std::error::Error for PodCastError {} implementation
361 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() argument
376 pub fn try_cast_ref<A: Pod, B: Pod>(a: &A) -> Result<&B, PodCastError> { in try_cast_ref() argument
394 pub fn try_cast_mut<A: Pod, B: Pod>(a: &mut A) -> Result<&mut B, PodCastError> { in try_cast_mut() argument
424 pub fn try_cast_slice<A: Pod, B: Pod>(a: &[A]) -> Result<&[B], PodCastError> { in try_cast_slice() argument
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/bytemuck-1.4.1/src/
H A Dlib.rs102 fn something_went_wrong(src: &str, err: PodCastError) -> ! { in something_went_wrong()
166 pub fn try_from_bytes<T: Pod>(s: &[u8]) -> Result<&T, PodCastError> { in try_from_bytes() argument
185 ) -> Result<&mut T, PodCastError> { in try_from_bytes_mut() argument
197 pub enum PodCastError { enum
217 impl core::fmt::Display for PodCastError { implementation
223 impl std::error::Error for PodCastError {} implementation
332 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() argument
347 pub fn try_cast_ref<A: Pod, B: Pod>(a: &A) -> Result<&B, PodCastError> { in try_cast_ref() argument
365 pub fn try_cast_mut<A: Pod, B: Pod>(a: &mut A) -> Result<&mut B, PodCastError> { in try_cast_mut() argument
395 pub fn try_cast_slice<A: Pod, B: Pod>(a: &[A]) -> Result<&[B], PodCastError> { in try_cast_slice() argument
[all …]
H A Dallocation.rs33 ) -> Result<Box<B>, (PodCastError, Box<A>)> { in try_cast_box()
143 ) -> Result<Vec<B>, (PodCastError, Vec<A>)> { in try_cast_vec()
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/bytemuck-1.7.2/src/
H A Dlib.rs110 fn something_went_wrong(_src: &str, _err: PodCastError) -> ! { in something_went_wrong()
190 pub fn try_from_bytes<T: Pod>(s: &[u8]) -> Result<&T, PodCastError> { in try_from_bytes() argument
209 ) -> Result<&mut T, PodCastError> { in try_from_bytes_mut() argument
221 pub enum PodCastError { enum
242 impl core::fmt::Display for PodCastError { implementation
248 impl std::error::Error for PodCastError {} implementation
357 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() argument
372 pub fn try_cast_ref<A: Pod, B: Pod>(a: &A) -> Result<&B, PodCastError> { in try_cast_ref() argument
390 pub fn try_cast_mut<A: Pod, B: Pod>(a: &mut A) -> Result<&mut B, PodCastError> { in try_cast_mut() argument
420 pub fn try_cast_slice<A: Pod, B: Pod>(a: &[A]) -> Result<&[B], PodCastError> { in try_cast_slice() argument
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/bytemuck-1.2.0/src/
H A Dlib.rs96 fn something_went_wrong(src: &str, err: PodCastError) -> ! { in something_went_wrong()
160 pub fn try_from_bytes<T: Pod>(s: &[u8]) -> Result<&T, PodCastError> { in try_from_bytes() argument
179 ) -> Result<&mut T, PodCastError> { in try_from_bytes_mut() argument
191 pub enum PodCastError { enum
317 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() argument
338 pub fn try_cast_ref<A: Pod, B: Pod>(a: &A) -> Result<&B, PodCastError> { in try_cast_ref() argument
356 pub fn try_cast_mut<A: Pod, B: Pod>(a: &mut A) -> Result<&mut B, PodCastError> { in try_cast_mut() argument
387 pub fn try_cast_slice<A: Pod, B: Pod>(a: &[A]) -> Result<&[B], PodCastError> { in try_cast_slice() argument
412 ) -> Result<&mut [B], PodCastError> { in try_cast_slice_mut() argument
H A Dallocation.rs31 ) -> Result<Box<B>, (PodCastError, Box<A>)> { in try_cast_box()
96 ) -> Result<Vec<B>, (PodCastError, Vec<A>)> { in try_cast_vec()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/bytemuck-1.2.0/src/
H A Dlib.rs96 fn something_went_wrong(src: &str, err: PodCastError) -> ! { in something_went_wrong()
160 pub fn try_from_bytes<T: Pod>(s: &[u8]) -> Result<&T, PodCastError> { in try_from_bytes() argument
179 ) -> Result<&mut T, PodCastError> { in try_from_bytes_mut() argument
191 pub enum PodCastError { enum
317 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() argument
338 pub fn try_cast_ref<A: Pod, B: Pod>(a: &A) -> Result<&B, PodCastError> { in try_cast_ref() argument
356 pub fn try_cast_mut<A: Pod, B: Pod>(a: &mut A) -> Result<&mut B, PodCastError> { in try_cast_mut() argument
387 pub fn try_cast_slice<A: Pod, B: Pod>(a: &[A]) -> Result<&[B], PodCastError> { in try_cast_slice() argument
412 ) -> Result<&mut [B], PodCastError> { in try_cast_slice_mut() argument
H A Dallocation.rs31 ) -> Result<Box<B>, (PodCastError, Box<A>)> { in try_cast_box()
96 ) -> Result<Vec<B>, (PodCastError, Vec<A>)> { in try_cast_vec()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/bytemuck/src/
H A Dlib.rs96 fn something_went_wrong(src: &str, err: PodCastError) -> ! { in something_went_wrong()
160 pub fn try_from_bytes<T: Pod>(s: &[u8]) -> Result<&T, PodCastError> { in try_from_bytes() argument
179 ) -> Result<&mut T, PodCastError> { in try_from_bytes_mut() argument
191 pub enum PodCastError { enum
317 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() argument
338 pub fn try_cast_ref<A: Pod, B: Pod>(a: &A) -> Result<&B, PodCastError> { in try_cast_ref() argument
356 pub fn try_cast_mut<A: Pod, B: Pod>(a: &mut A) -> Result<&mut B, PodCastError> { in try_cast_mut() argument
387 pub fn try_cast_slice<A: Pod, B: Pod>(a: &[A]) -> Result<&[B], PodCastError> { in try_cast_slice() argument
412 ) -> Result<&mut [B], PodCastError> { in try_cast_slice_mut() argument
H A Dallocation.rs31 ) -> Result<Box<B>, (PodCastError, Box<A>)> { in try_cast_box()
96 ) -> Result<Vec<B>, (PodCastError, Vec<A>)> { in try_cast_vec()
/dports/textproc/minify/minify-2.9.22/vendor/golang.org/x/sys/unix/
H A Dsyscall_linux_mips64x.go111 Gid uint32
112 Rdev uint32
113 Pad1 [3]uint32
192 cmsg.Len = uint64(length)

12