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