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