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