Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ parts_mut
Method
parts_mut
src/buffer.rs:124–126 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
122
123
#[inline]
124
fn parts_mut(&mut self) -> (*mut T, usize) {
125
(self.as_mut_ptr(), self.len())
126
}
127
128
#[inline]
129
unsafe fn assume_init(self, len: usize) -> Self::Output {
Callers
15
read
Function · 0.80
pread
Function · 0.80
recv
Function · 0.80
recvfrom
Function · 0.80
getrandom
Function · 0.80
getxattr
Function · 0.80
lgetxattr
Function · 0.80
fgetxattr
Function · 0.80
listxattr
Function · 0.80
llistxattr
Function · 0.80
flistxattr
Function · 0.80
readlinkat_raw
Function · 0.80
Calls
2
as_mut_ptr
Method · 0.45
len
Method · 0.45
Tested by
no test coverage detected