Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ as_slice
Method
as_slice
std/src/gfx/lcd/mod.rs:38–40 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
36
37
impl AsByteSlice for RGB565Pixel {
38
fn as_slice(&self) -> &[u8] {
39
&self.0
40
}
41
}
42
43
/// Primitives that an LCD must define.
Callers
15
syntax
Method · 0.45
upcall_scope
Method · 0.45
test_exec_empty_compilation_is_eof
Function · 0.45
test_exec_upcall_flow
Function · 0.45
test_exec_async_upcall_flow
Function · 0.45
test_exec_async_upcall_error_can_resume_after_append
Function · 0.45
test_interrupt_cancels_pending_async_upcall
Function · 0.45
test_interrupt_after_pending_async_upcall_can_resume_after_append
Function · 0.45
test_exec_end_code_default
Function · 0.45
test_exec_end_code_explicit
Function · 0.45
test_exec_end_can_resume_after_append
Function · 0.45
test_exec_exception_can_resume_after_append
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_exec_empty_compilation_is_eof
Function · 0.36
test_exec_upcall_flow
Function · 0.36
test_exec_async_upcall_flow
Function · 0.36
test_exec_async_upcall_error_can_resume_after_append
Function · 0.36
test_interrupt_cancels_pending_async_upcall
Function · 0.36
test_interrupt_after_pending_async_upcall_can_resume_after_append
Function · 0.36
test_exec_end_code_default
Function · 0.36
test_exec_end_code_explicit
Function · 0.36
test_exec_end_can_resume_after_append
Function · 0.36
test_exec_exception_can_resume_after_append
Function · 0.36
test_exec_upcall_can_return_with_scope_helper
Function · 0.36
test_exec_upcall_io_error_is_reported
Function · 0.36