pub struct Pwritev2Args {
pub fd: RawFd,
pub iov: InspectResult<Vec<iovec>>,
pub offset: off_t,
pub flags: c_int,
}Fields§
§fd: RawFd§iov: InspectResult<Vec<iovec>>§offset: off_t§flags: c_intTrait Implementations§
Source§impl Clone for Pwritev2Args
impl Clone for Pwritev2Args
Source§fn clone(&self) -> Pwritev2Args
fn clone(&self) -> Pwritev2Args
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 Pwritev2Args
impl Debug for Pwritev2Args
Source§impl From<Pwritev2Args> for SyscallArgs
impl From<Pwritev2Args> for SyscallArgs
Source§fn from(args: Pwritev2Args) -> Self
fn from(args: Pwritev2Args) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Pwritev2Args
impl PartialEq for Pwritev2Args
Source§impl SyscallGroupsGetter for Pwritev2Args
impl SyscallGroupsGetter for Pwritev2Args
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for Pwritev2Args
impl SyscallNumber for Pwritev2Args
fn syscall_number(&self) -> isize
impl StructuralPartialEq for Pwritev2Args
Auto Trait Implementations§
impl Freeze for Pwritev2Args
impl RefUnwindSafe for Pwritev2Args
impl !Send for Pwritev2Args
impl !Sync for Pwritev2Args
impl Unpin for Pwritev2Args
impl UnwindSafe for Pwritev2Args
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