pub struct WritevArgs {
pub fd: RawFd,
pub iov: InspectResult<Vec<iovec>>,
}Fields§
§fd: RawFd§iov: InspectResult<Vec<iovec>>Trait Implementations§
Source§impl Clone for WritevArgs
impl Clone for WritevArgs
Source§fn clone(&self) -> WritevArgs
fn clone(&self) -> WritevArgs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WritevArgs
impl Debug for WritevArgs
Source§impl From<WritevArgs> for SyscallArgs
impl From<WritevArgs> for SyscallArgs
Source§fn from(args: WritevArgs) -> Self
fn from(args: WritevArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WritevArgs
impl PartialEq for WritevArgs
Source§impl SyscallGroupsGetter for WritevArgs
impl SyscallGroupsGetter for WritevArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for WritevArgs
impl SyscallNumber for WritevArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for WritevArgs
Auto Trait Implementations§
impl Freeze for WritevArgs
impl RefUnwindSafe for WritevArgs
impl !Send for WritevArgs
impl !Sync for WritevArgs
impl Unpin for WritevArgs
impl UnwindSafe for WritevArgs
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