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