pub struct SyncFileRangeRawArgs {
pub fd: RawFd,
pub offset: off_t,
pub nbytes: off_t,
pub flags: c_uint,
}Fields§
§fd: RawFd§offset: off_t§nbytes: off_t§flags: c_uintTrait Implementations§
Source§impl Clone for SyncFileRangeRawArgs
impl Clone for SyncFileRangeRawArgs
Source§fn clone(&self) -> SyncFileRangeRawArgs
fn clone(&self) -> SyncFileRangeRawArgs
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 SyncFileRangeRawArgs
impl Debug for SyncFileRangeRawArgs
Source§impl PartialEq for SyncFileRangeRawArgs
impl PartialEq for SyncFileRangeRawArgs
Source§impl SyscallGroupsGetter for SyncFileRangeRawArgs
impl SyscallGroupsGetter for SyncFileRangeRawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for SyncFileRangeRawArgs
impl SyscallNumber for SyncFileRangeRawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for SyncFileRangeRawArgs
impl SyscallStopInspect for SyncFileRangeRawArgs
type Args = SyncFileRangeArgs
type Result = SyncFileRangeModifiedArgs
fn inspect_sysenter(self, inspectee_pid: Pid) -> Self::Args
fn inspect_sysexit( self, inspectee_pid: Pid, regs: &user_regs_struct, ) -> Self::Result
impl Copy for SyncFileRangeRawArgs
impl StructuralPartialEq for SyncFileRangeRawArgs
Auto Trait Implementations§
impl Freeze for SyncFileRangeRawArgs
impl RefUnwindSafe for SyncFileRangeRawArgs
impl Send for SyncFileRangeRawArgs
impl Sync for SyncFileRangeRawArgs
impl Unpin for SyncFileRangeRawArgs
impl UnwindSafe for SyncFileRangeRawArgs
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