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