Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ len
Method
len
src/backend/linux_raw/net/addr.rs:173–175 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
171
172
#[inline]
173
pub(crate) fn len(&self) -> usize {
174
self.addr_len() as usize
175
}
176
177
#[inline]
178
fn bytes(&self) -> Option<&[u8]> {
Callers
15
slice
Function · 0.45
slice_mut
Function · 0.45
get_shm_name
Function · 0.45
vmsplice
Function · 0.45
from_slice
Method · 0.45
from_slice_mut
Method · 0.45
readv
Function · 0.45
preadv
Function · 0.45
preadv2
Function · 0.45
writev
Function · 0.45
pwritev
Function · 0.45
pwritev2
Function · 0.45
Calls
1
addr_len
Method · 0.45
Tested by
no test coverage detected