pub struct Syscalls;Expand description
Get system call information for your target architecture. Currently only supports the Linux kernel.
Implementations§
Auto Trait Implementations§
impl Freeze for Syscalls
impl RefUnwindSafe for Syscalls
impl Send for Syscalls
impl Sync for Syscalls
impl Unpin for Syscalls
impl UnwindSafe for Syscalls
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