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