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