pub struct Syscall(/* private fields */);
Implementations§
Source§impl Syscall
impl Syscall
pub const CHDIR: Self
pub const WRITE: Self
pub const CHROOT: Self
pub const CLOSE: Self
pub const EXECVE: Self
pub const UNAME: Self
pub const EXIT_GROUP: Self
pub const GETPID: Self
pub const MKDIRAT: Self
pub const NEWFSTATAT: Self
pub const FSTAT: Self
pub const MOUNT: Self
pub const GETUID: Self
pub const GETEUID: Self
pub const UMASK: Self
pub const IOCTL: Self
pub const READLINKAT: Self
pub const GETCWD: Self
Auto Trait Implementations§
impl Freeze for Syscall
impl RefUnwindSafe for Syscall
impl Send for Syscall
impl Sync for Syscall
impl Unpin for Syscall
impl UnwindSafe for Syscall
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more