pub struct ForkArgs {}Trait Implementations§
Source§impl From<ForkArgs> for SyscallArgs
impl From<ForkArgs> for SyscallArgs
Source§impl SyscallGroupsGetter for ForkArgs
impl SyscallGroupsGetter for ForkArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for ForkArgs
impl SyscallNumber for ForkArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for ForkArgs
Auto Trait Implementations§
impl Freeze for ForkArgs
impl RefUnwindSafe for ForkArgs
impl Send for ForkArgs
impl Sync for ForkArgs
impl Unpin for ForkArgs
impl UnwindSafe for ForkArgs
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