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