rustix::fs

Function fcntl_get_seals

Source
pub fn fcntl_get_seals<Fd: AsFd>(fd: Fd) -> Result<SealFlags>
Available on crate feature fs only.
Expand description

fcntl(fd, F_GET_SEALS)

ยงReferences