rustix
0.38.39
In rustix::
fs
Function
rustix
::
fs
::
fcntl_get_seals
Copy item path
source
·
[
−
]
pub fn fcntl_get_seals<Fd:
AsFd
>(fd: Fd) ->
Result
<
SealFlags
>
Expand description
fcntl(fd, F_GET_SEALS)
§
References
Linux