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