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