Searched defs:FixedBuffer (Results 1 – 3 of 3) sorted by relevance
10 pub unsafe trait FixedBuffer: AsRef<[u8]> {} trait22 unsafe impl<const N: usize> FixedBuffer for [u8; N] {} impl28 unsafe impl<const N: usize> FixedBuffer for &[u8; N] {} impl31 unsafe impl<const N: usize> FixedBuffer for &mut [u8; N] {} impl195 fn write_impl<S>(vector: impl Vector, this: &mut RawHasherCore<S>, mut input: &[u8]) in write_impl()294 fn finish_impl<S, F>(vector: impl Vector, this: &RawHasherCore<S>, finalize: F) -> F::Output in finish_impl()
862 FixedBuffer(Char *array, std::size_t size) : fmt::Buffer<Char>(array, size) {} in FixedBuffer() function
872 FixedBuffer(Char *array, std::size_t size): fmt::Buffer<Char>(array, size) in FixedBuffer() function